mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Silence clang compile warnings causing circle-ci/asan to fail
This commit is contained in:
parent
73ba0504b0
commit
6dc1656e28
2
.github/scripts/flags-clang.sh
vendored
2
.github/scripts/flags-clang.sh
vendored
|
@ -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++.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user