summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Habets <thomas@habets.se>2022-10-30 16:32:50 +0000
committerThomas Habets <thomas@habets.se>2022-10-30 16:32:50 +0000
commit61105e441ec7f9ace2e723153611a8b80e5b63a0 (patch)
tree789b27a70b1d524c82d2263f9f56b5ba334eaa1b
parentd9a2b7b496c590474ec112be28e1cfd788687b9a (diff)
downloadarping-61105e441ec7f9ace2e723153611a8b80e5b63a0.tar.gz
Add -Wconversion to --enable-warnings
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8e82a57..a44f42d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -153,7 +153,7 @@ AC_ARG_ENABLE(hardened, AS_HELP_STRING([--enable-hardened], [Enable security bui
])
AC_ARG_ENABLE(warnings, AS_HELP_STRING([--enable-warnings], [Enable build warnings]),
[
- CFLAGS+=" -Wall -Wpedantic -Wextra -Wformat -Wstack-protector -Wformat-security -Werror=format-security"
+ CFLAGS+=" -Wall -Wpedantic -Wextra -Wformat -Wstack-protector -Wformat-security -Werror=format-security -Wconversion"
])
AC_CONFIG_FILES([Makefile])