mirror of https://github.com/MidnightCommander/mc
Add three new compiler warnings:
Wconditional-uninitialized Wfloat-conversion Wlogical-not-parentheses Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
a482f38581
commit
cca1dd2ac3
|
@ -54,12 +54,15 @@ esac
|
|||
dnl Sorted -W options:
|
||||
mc_CHECK_ONE_CFLAG([-Wbad-function-cast])
|
||||
mc_CHECK_ONE_CFLAG([-Wcomment])
|
||||
mc_CHECK_ONE_CFLAG([-Wconditional-uninitialized])
|
||||
mc_CHECK_ONE_CFLAG([-Wdeclaration-after-statement])
|
||||
mc_CHECK_ONE_CFLAG([-Wfloat-conversion])
|
||||
mc_CHECK_ONE_CFLAG([-Wfloat-equal])
|
||||
mc_CHECK_ONE_CFLAG([-Wformat])
|
||||
mc_CHECK_ONE_CFLAG([-Wformat-security])
|
||||
mc_CHECK_ONE_CFLAG([-Wimplicit])
|
||||
mc_CHECK_ONE_CFLAG([-Wignored-qualifiers])
|
||||
mc_CHECK_ONE_CFLAG([-Wlogical-not-parentheses])
|
||||
mc_CHECK_ONE_CFLAG([-Wmaybe-uninitialized])
|
||||
mc_CHECK_ONE_CFLAG([-Wmissing-braces])
|
||||
mc_CHECK_ONE_CFLAG([-Wmissing-declarations])
|
||||
|
|
Loading…
Reference in New Issue