diff --git a/chromium/build/common.gypi b/chromium/build/common.gypi index 75ce2b70929b40e223ee51770884c8cbf025d432..4c76aace6cf899e113f97a29872bec5a33f0fd24 100644 --- a/chromium/build/common.gypi +++ b/chromium/build/common.gypi @@ -1230,7 +1230,7 @@ # flag allows us to have warnings as errors in general to prevent # regressions in most modules, while working on the bits that are # remaining. - 'win_third_party_warn_as_error%': 'true', + 'win_third_party_warn_as_error%': 'false', # Clang stuff. 'clang%': '<(clang)', @@ -4535,7 +4535,7 @@ 'GCC_OBJC_CALL_CXX_CDTORS': 'YES', # -fobjc-call-cxx-cdtors 'GCC_SYMBOLS_PRIVATE_EXTERN': 'YES', # -fvisibility=hidden 'GCC_THREADSAFE_STATICS': 'NO', # -fno-threadsafe-statics - 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror + 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror 'GCC_VERSION': '4.2', 'GCC_WARN_ABOUT_MISSING_NEWLINE': 'YES', # -Wnewline-eof 'USE_HEADERMAP': 'NO', @@ -5156,7 +5156,7 @@ 'EnableFunctionLevelLinking': 'true', 'RuntimeTypeInfo': 'false', 'WarningLevel': '4', - 'WarnAsError': 'true', + 'WarnAsError': 'false', 'DebugInformationFormat': '3', 'conditions': [ ['component=="shared_library"', {