From da8b70d78ccf66a3bc26951eecdb0147200308d6 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Sun, 12 Sep 2021 10:30:59 +0200 Subject: [PATCH] no-no-no... something was not right here ;D --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7805c6660..a14057df0 100644 --- a/configure.ac +++ b/configure.ac @@ -273,7 +273,7 @@ else dnl This is a fallback needed for older gcc/clang, it also dnl disables several other useful warnings/errors related dnl to pragma's unfortunately. - CFLAGS="$CFLAGS -Wno-no-pragmas" + CFLAGS="$CFLAGS -Wno-pragmas" fi fi