summaryrefslogtreecommitdiff
path: root/absl/copts/GENERATED_AbseilCopts.cmake
diff options
context:
space:
mode:
authorGravatar Oleg Fatkhiev <41271510+ofats@users.noreply.github.com>2021-09-01 21:48:37 +0100
committerGravatar GitHub <noreply@github.com>2021-09-01 16:48:37 -0400
commit665ac5b425cea2462bf85dcbb56dd68ec19ad00f (patch)
tree3372579063dac99ff8b1d8ac0d1b886307d2988f /absl/copts/GENERATED_AbseilCopts.cmake
parent637722af3a60c17915d3325604a0435ee92a41b4 (diff)
Add -Wno-unknown-warning-option to ABSL_LLVM_FLAGS to disable warnings on unknown warning flags. (#1008)
Diffstat (limited to 'absl/copts/GENERATED_AbseilCopts.cmake')
-rw-r--r--absl/copts/GENERATED_AbseilCopts.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/absl/copts/GENERATED_AbseilCopts.cmake b/absl/copts/GENERATED_AbseilCopts.cmake
index 22a25eba..a4ab1aa2 100644
--- a/absl/copts/GENERATED_AbseilCopts.cmake
+++ b/absl/copts/GENERATED_AbseilCopts.cmake
@@ -94,6 +94,7 @@ list(APPEND ABSL_LLVM_FLAGS
"-Wno-implicit-int-conversion"
"-Wno-shorten-64-to-32"
"-Wno-sign-conversion"
+ "-Wno-unknown-warning-option"
"-DNOMINMAX"
)