Skip to content

Commit

Permalink
Ignore signed to unsigned comparison warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
acaudwell committed Aug 15, 2013
1 parent 6b7c0d4 commit cc518ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gource.win32.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<Compiler>
<Add option="-O2" />
<Add option="-W" />
<Add option="-Wno-sign-compare" />
<Add option="-std=gnu++0x" />
<Add option="-Dmain=SDL_main" />
</Compiler>
Expand Down

0 comments on commit cc518ac

Please sign in to comment.