mirror of
https://github.com/TokTok/c-toxcore
synced 2026-05-27 11:49:16 +00:00
cleanup: Remove check_recursion, since tokstyle checks this now.
And tokstyle is better at it, covering not just direct recursion, but also (most possible instances of) recursion through function pointers.
This commit is contained in:
@@ -15,6 +15,8 @@ add_flag -Wno-conversion
|
||||
# TODO(iphydf): Check enum values when received from the user, then assume
|
||||
# correctness and remove this suppression.
|
||||
add_flag -Wno-covered-switch-default
|
||||
# We use C99, so declarations can come after statements.
|
||||
add_flag -Wno-declaration-after-statement
|
||||
# Due to clang's tolower() macro being recursive
|
||||
# https://github.com/TokTok/c-toxcore/pull/481
|
||||
add_flag -Wno-disabled-macro-expansion
|
||||
|
||||
Reference in New Issue
Block a user