mirror of https://github.com/MidnightCommander/mc
Add -Wassign-enum compiler wirning.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
ea10f33dbb
commit
4bd1008a03
|
@ -52,6 +52,7 @@ dnl mc_CHECK_ONE_CFLAG([-fno-stack-protector])
|
|||
esac
|
||||
|
||||
dnl Sorted -W options:
|
||||
mc_CHECK_ONE_CFLAG([-Wassign-enum])
|
||||
mc_CHECK_ONE_CFLAG([-Wbad-function-cast])
|
||||
mc_CHECK_ONE_CFLAG([-Wcomment])
|
||||
mc_CHECK_ONE_CFLAG([-Wconditional-uninitialized])
|
||||
|
|
Loading…
Reference in New Issue