summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c7fa6fa0..fae94798 100644
--- a/configure.ac
+++ b/configure.ac
@@ -276,7 +276,7 @@ if test $CC_IS_CLANG = yes; then
# -Wno-nullability-completeness : too noisy on OSX reporting
# warnings in stdio.h
extra_compiler_cflags="$extra_compiler_cflags \
--Wno-nullability-completeness
+-Wno-nullability-completeness \
"
fi
@@ -292,7 +292,7 @@ case "${host_os}" in
*)
# -Wundef : too noisy on OSX 10.12+ e.g. stdio.h fails
possible_warnings="$possible_warnings \
--Wundef
+-Wundef \
"
;;
esac