Silence clang compile warnings causing circle-ci/asan to fail

This commit is contained in:
jfreegman 2022-02-10 14:10:24 -05:00
parent 73ba0504b0
commit 6dc1656e28
No known key found for this signature in database
GPG Key ID: 3627F3144076AE63

View File

@ -48,6 +48,8 @@ add_flag -Wno-unused-parameter
add_flag -Wno-used-but-marked-unused
# We use variable length arrays a lot.
add_flag -Wno-vla
# Disable warning about Doxygen retval tag
add_flag -fcomment-block-commands=retval
# Disable specific warning flags for C++.