From f5aee8198f3361df2980e492aa9f245f5af5b4c5 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 4 Dec 2017 13:53:40 -0800 Subject: [PATCH] Disable a couple of overly aggressive warnings -Wextra and -Wpedantic are creating more noise than useful warnings. Signed-off-by: Dirk Hohndel --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index 5239642..93533d8 100644 --- a/configure.ac +++ b/configure.ac @@ -182,9 +182,7 @@ AC_CHECK_FUNCS([getopt_long]) # Checks for supported compiler options. AX_APPEND_COMPILE_FLAGS([ \ - -pedantic \ -Wall \ - -Wextra \ -Wshadow \ -Wrestrict \ -Wformat=2 \