Skip to content

Commit

Permalink
Revert "Disable clang warning in order to mitigate protocolbuffers/pr…
Browse files Browse the repository at this point in the history
…otobuf#9181"

This reverts commit dbe419d.

Since protocolbuffers/protobuf#9181 hase been
resolved, this workaround should no longer be needed.
  • Loading branch information
ezzieyguywuf committed Jul 12, 2022
1 parent 0982212 commit af8dca0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ AC_ARG_ENABLE([compile-warnings],
PICKY_CXXFLAGS="-Wextra -pedantic -Wno-long-long -Weffc++ -Wmissing-declarations"
;;
error)
# remove -Wno-c++17-extensions once protocolbuffers/protobuf#9181 is
# resolved
WARNING_CXXFLAGS="-Wall -Werror -Wno-c++17-extensions"
WARNING_CXXFLAGS="-Wall -Werror"
PICKY_CXXFLAGS="-Wextra -pedantic -Wno-long-long -Weffc++ -Wmissing-declarations"
;;
distcheck)
Expand Down

0 comments on commit af8dca0

Please sign in to comment.