mirror of
https://github.com/TokTok/c-toxcore
synced 2026-05-27 05:14:41 +00:00
Silence clang compile warnings causing circle-ci/asan to fail
This commit is contained in:
@@ -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++.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user