Ignore unknown warnings.

Update the cmake flags to ignore warnings for warning flags that the
compiler doesn't know about.

Change-Id: I2a72786807ef0cc50e606dd980b6b2c9d9beb069
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/116552
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
This commit is contained in:
dan sinclair 2023-01-09 15:10:33 +00:00 committed by Dawn LUCI CQ
parent 6cbf417af2
commit 07c32cb938
1 changed files with 1 additions and 0 deletions

View File

@ -320,6 +320,7 @@ function(common_compile_options TARGET)
-fno-rtti
-Wno-deprecated-builtins
-Wno-unknown-warning-option
)
if (${DAWN_ENABLE_MSAN})