Since the compiler line looks like "$CXXFLAGS $CFLAGS", there's no way to disable a C++-specific warning when -Wall is in CFLAGS.  (You disable the warning, then -Wall turns it back on.)

Since we only write C++ code and we're only looking for warnings there for now, just put everything in CXXFLAGS.  Also disable one more warning (which is the one that bit me here.)


git-svn-id: svn://svn.chromium.org/chrome/trunk@1827 0039d316-1c4b-4281-b951-d872f2087c98
2 files changed
tree: e2cbf29ea9d1abfab9f57d6ae278e355e4595d71
  1. depot_tools/
  2. deps/
  3. src/