]> git.draconx.ca Git - gentoo-fixes.git/blob - www-client/firefox/files/firefox-52.9.0-less-werror.patch
app-emulation/wine-vanilla-4.0.4: Adapt mpg123 dependency.
[gentoo-fixes.git] / www-client / firefox / files / firefox-52.9.0-less-werror.patch
1 diff --git a/js/src/moz.build b/js/src/moz.build
2 index 1162cb70c..595ea9842 100644
3 --- a/js/src/moz.build
4 +++ b/js/src/moz.build
5 @@ -785,7 +785,7 @@ if CONFIG['JS_HAS_CTYPES']:
6          DEFINES['FFI_BUILDING'] = True
7  
8  if CONFIG['GNU_CXX']:
9 -    CXXFLAGS += ['-Wno-shadow', '-Werror=format']
10 +    CXXFLAGS += ['-Wno-shadow']
11  
12  # Suppress warnings in third-party code.
13  if CONFIG['CLANG_CXX']: