From a4f58021d0ed3de0a2d1331b496847a1e072d143 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Wed, 15 Jun 2016 00:04:21 +0200 Subject: autotool: Add -Wc99-extensions CFLAGS See with CMake (ga9070e1a90) Change-Id: If768b663f9ed032503fc121785b078c0107cdadc Reviewed-on: https://code.wireshark.org/review/15909 Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c051caabc4..930d3ca459 100644 --- a/configure.ac +++ b/configure.ac @@ -686,6 +686,9 @@ then fi fi +#Clang only +AC_WIRESHARK_COMPILER_FLAGS_CHECK(-Wc99-extensions, C) + # # Try to add some additional checks to CFLAGS. # These are not enabled by default, because the warnings they produce -- cgit v1.2.1