mirror of
https://github.com/TokTok/c-toxcore
synced 2026-05-10 23:47:03 +00:00
chore: Add remaining fuzz tests to cflite.
So we can run them daily and get coverage info from them.
This commit is contained in:
@@ -69,6 +69,8 @@ add_cxx_flag -Wno-c99-extensions
|
||||
add_cxx_flag -Wno-old-style-cast
|
||||
# GTest does this.
|
||||
add_cxx_flag -Wno-global-constructors
|
||||
# Needed for some fuzzers.
|
||||
add_cxx_flag -Wno-exit-time-destructors
|
||||
|
||||
# Downgrade to warning so we still see it.
|
||||
add_flag -Wno-error=unreachable-code
|
||||
|
||||
Reference in New Issue
Block a user