Add some more -Werror warning flags that didn't cause warnings but could catch some in the future. Signed-off-by: Steve Dickson <steved@xxxxxxxxxx> --- configure.ac | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/configure.ac b/configure.ac index b849f43..f4eba1f 100644 --- a/configure.ac +++ b/configure.ac @@ -554,6 +554,19 @@ my_am_cflags="\ -Werror=format=2 \ -Werror=undef \ -Werror=missing-include-dirs \ + -Werror=strict-aliasing=2 \ + -Werror=init-self \ + -Werror=implicit-function-declaration \ + -Werror=return-type \ + -Werror=switch \ + -Werror=overflow \ + -Werror=int-conversion \ + -Werror=parentheses \ + -Werror=incompatible-pointer-types \ + -Werror=misleading-indentation \ + -Werror=aggregate-return \ + -Werror=unused-result \ + -fno-strict-aliasing \ " AC_SUBST([AM_CFLAGS], ["$my_am_cflags"]) -- 2.14.3 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html