Skip to content

Commit dbe419d

Browse files
ezzieyguywufachernya
authored andcommitted
Disable clang warning in order to mitigate protocolbuffers/protobuf#9181
Signed-off-by: Wolfgang E. Sanyer <[email protected]>
1 parent 7b534ba commit dbe419d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

configure.ac

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ AC_ARG_ENABLE([compile-warnings],
4242
PICKY_CXXFLAGS="-Wextra -pedantic -Wno-long-long -Weffc++ -Wmissing-declarations"
4343
;;
4444
error)
45-
WARNING_CXXFLAGS="-Wall -Werror"
45+
# remove -Wno-c++17-extensions once protocolbuffers/protobuf#9181 is
46+
# resolved
47+
WARNING_CXXFLAGS="-Wall -Werror -Wno-c++17-extensions"
4648
PICKY_CXXFLAGS="-Wextra -pedantic -Wno-long-long -Weffc++ -Wmissing-declarations"
4749
;;
4850
distcheck)

0 commit comments

Comments
 (0)