mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
Add -Wformat-signedness option.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
9c43890f0d
commit
40b00b5800
@ -61,6 +61,7 @@ dnl Sorted -W options:
|
||||
mc_CHECK_ONE_CFLAG([-Wfloat-equal])
|
||||
mc_CHECK_ONE_CFLAG([-Wformat])
|
||||
mc_CHECK_ONE_CFLAG([-Wformat-security])
|
||||
mc_CHECK_ONE_CFLAG([-Wformat-signedness])
|
||||
mc_CHECK_ONE_CFLAG([-Wimplicit])
|
||||
mc_CHECK_ONE_CFLAG([-Wignored-qualifiers])
|
||||
mc_CHECK_ONE_CFLAG([-Wlogical-not-parentheses])
|
||||
|
Loading…
Reference in New Issue
Block a user