Skip to content

Commit

Permalink
Limit warning removal statements to the minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
ovalenti committed Jan 16, 2025
1 parent 1f6bcd3 commit 5e0a4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/install/40-grpc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

CXX_FLAGS="-Wno-error=class-memaccess -Wno-ignored-qualifiers -Wno-stringop-truncation -Wno-cast-function-type -Wno-attributes"
CXX_FLAGS="-Wno-attributes"

cd third_party/grpc

Expand Down

0 comments on commit 5e0a4a5

Please sign in to comment.