We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b534ba commit dbe419dCopy full SHA for dbe419d
configure.ac
@@ -42,7 +42,9 @@ AC_ARG_ENABLE([compile-warnings],
42
PICKY_CXXFLAGS="-Wextra -pedantic -Wno-long-long -Weffc++ -Wmissing-declarations"
43
;;
44
error)
45
- WARNING_CXXFLAGS="-Wall -Werror"
+ # remove -Wno-c++17-extensions once protocolbuffers/protobuf#9181 is
46
+ # resolved
47
+ WARNING_CXXFLAGS="-Wall -Werror -Wno-c++17-extensions"
48
49
50
distcheck)
0 commit comments