diff options
author | Stuart Reilly <rs576h@vyatta.att-mail.com> | 2019-07-12 15:59:11 +0100 |
---|---|---|
committer | Stuart Reilly <rs576h@vyatta.att-mail.com> | 2019-07-12 16:01:22 +0100 |
commit | 8b1c68aed3228ff4e6b0c4e592c45c1426c51ace (patch) | |
tree | 1331e587f4efe94a76795a60c9ea9b99f0eba3f7 /configure.seed | |
parent | 563215a05ee1d5a5ad5d72b749f8607f58e14c67 (diff) |
Add compiler warnings and fix them
Diffstat (limited to 'configure.seed')
-rw-r--r-- | configure.seed | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.seed b/configure.seed index 77d733f01..5d3ed0458 100644 --- a/configure.seed +++ b/configure.seed @@ -9,8 +9,12 @@ LT_INIT AC_PROG_CC AM_PROG_CC_C_O AC_PROG_CXX +AC_PROG_CC_STDC +AC_LANG_WERROR AX_PTHREAD +CFLAGS+=" -Wall -Werror" + NDPI_VERSION_SHORT="@NDPI_VERSION_SHORT@" NDPI_MAJOR="@NDPI_MAJOR@" NDPI_MINOR="@NDPI_MINOR@" |