From bd6ccf26129e0c7f218919288b255c7d8e2a6e8d Mon Sep 17 00:00:00 2001 From: Dave Beckett Date: Sat, 16 Oct 2021 17:18:14 -0700 Subject: Fix newline quoting for OSX sh/bash compatibility --- configure.ac | 4 ++-- 1 file 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 -- cgit v1.2.1