upgpkg: sbcl 2.3.1-1
[arch-packages.git] / js52 / trunk / mozjs52-disable-wformat.patch
blob71e9ac3bc5679f96355be6da32ea055b96152282
1 diff -u -r firefox-52.9.0esr/js/src/jsapi-tests/moz.build firefox-52.9.0esr-noerror/js/src/jsapi-tests/moz.build
2 --- firefox-52.9.0esr/js/src/jsapi-tests/moz.build 2017-04-11 02:13:16.000000000 +0000
3 +++ firefox-52.9.0esr-noerror/js/src/jsapi-tests/moz.build 2019-06-20 20:10:31.092230735 +0000
4 @@ -147,7 +147,7 @@
5 OS_LIBS += CONFIG['MOZ_ZLIB_LIBS']
7 if CONFIG['GNU_CXX']:
8 - CXXFLAGS += ['-Wno-shadow', '-Werror=format']
9 + CXXFLAGS += ['-Wno-shadow']
11 # This is intended as a temporary workaround to enable VS2015.
12 if CONFIG['_MSC_VER']: