Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cosmetics #4889

Merged
merged 3 commits into from
Jun 11, 2014
Merged

cosmetics #4889

merged 3 commits into from
Jun 11, 2014

Conversation

mkortstiege
Copy link
Member

Some warnings that bugged me. @FernetMenta for review

@MartijnKaijser MartijnKaijser added this to the Pending for inclusion milestone Jun 11, 2014
@@ -310,7 +310,7 @@ void CWinSystemX11::UpdateResolutions()

// switch off other outputs
std::vector<XOutput> outputs = g_xrandr.GetModes();
for (int i=0; i<outputs.size(); i++)
for (unsigned int i=0; i<outputs.size(); i++)

This comment was marked as spam.

@FernetMenta
Copy link
Contributor

looks good, thanks! I don't ignore those, I don't see the warning because I don't configure debug. I only change -O2 to -g and compile the files of interest. Will add -Wall in future.

mkortstiege added a commit that referenced this pull request Jun 11, 2014
@mkortstiege mkortstiege merged commit ae154e6 into xbmc:master Jun 11, 2014
@mkortstiege mkortstiege deleted the x11cosmetics branch June 12, 2014 13:54
@MartijnKaijser MartijnKaijser modified the milestones: Helix 14.0-alpha1, Pending for inclusion Jun 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants