summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-05 21:08:58 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-05 21:08:58 +0000
commit78648ae56087d1cdb9da03216bc41ad90e57fecf (patch)
treef5ed069ccb64a0c2d14d0a2f8053a89a8689dcf8 /chrome/renderer
parent478c23229ae77048c90e0a6f74ad503ad240fe23 (diff)
downloadchromium_src-78648ae56087d1cdb9da03216bc41ad90e57fecf.zip
chromium_src-78648ae56087d1cdb9da03216bc41ad90e57fecf.tar.gz
chromium_src-78648ae56087d1cdb9da03216bc41ad90e57fecf.tar.bz2
Allow clean compilation of dmg_fp under g++ -Wall.
We build dmg_fp as part of libbase, which mostly contains our own code. As such, we want to build libbase with -Wall -Werror or equivalent. Since the gyp model does not allow per-file compilation settings, we can't do this without modifying dmg_fp or building it into its own library with its own settings. The former seems less invasive. The following gcc warnings are fixed by this patch: - suggest parentheses around assignment used as truth value - deprecated conversion from string constant to 'char*' - comparison between signed and unsigned integer expressions - label 'something' defined but not used - 'whatever' may be used uninitialized in this function Review URL: http://codereview.chromium.org/21093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9255 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer')
0 files changed, 0 insertions, 0 deletions