Skip to content

Commit

Permalink
Disable clang warning in order to mitigate protocolbuffers/protobuf#9181
Browse files Browse the repository at this point in the history


Signed-off-by: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com>
  • Loading branch information
ezzieyguywuf authored and achernya committed Feb 4, 2022
1 parent 7b534ba commit dbe419d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ AC_ARG_ENABLE([compile-warnings],
PICKY_CXXFLAGS="-Wextra -pedantic -Wno-long-long -Weffc++ -Wmissing-declarations"
;;
error)
WARNING_CXXFLAGS="-Wall -Werror"
# remove -Wno-c++17-extensions once protocolbuffers/protobuf#9181 is
# resolved
WARNING_CXXFLAGS="-Wall -Werror -Wno-c++17-extensions"
PICKY_CXXFLAGS="-Wextra -pedantic -Wno-long-long -Weffc++ -Wmissing-declarations"
;;
distcheck)
Expand Down

0 comments on commit dbe419d

Please sign in to comment.