From 1463d07aea0af953df2cb0ac9e4928d229b37032 Mon Sep 17 00:00:00 2001 From: "benjamin.drung@gmail.com" Date: Thu, 29 May 2014 13:34:48 +0000 Subject: [PATCH] Remove -Wstrict-prototypes build flag from libnyquist. The build flag -Wstrict-prototypes produces many warnings and we do not want to modify the upstream nyquist code to just remove compiler warnings. --- lib-src/libnyquist/configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib-src/libnyquist/configure.ac b/lib-src/libnyquist/configure.ac index 73386d9d1..0558fe5f9 100644 --- a/lib-src/libnyquist/configure.ac +++ b/lib-src/libnyquist/configure.ac @@ -88,9 +88,6 @@ dnl different options for these. This bit tries to work out what flags we dnl should add to the compiler we are using. dnl -------------------------------------------------------------------------- -dnl Strict prototypes flags for C (only C because doesn't work for C++) -AX_CFLAGS_STRICT_PROTOTYPES(CFLAGS) - dnl Sensible warnings for C AX_CFLAGS_WARN_ALL(wall_flags) CFLAGS="${CFLAGS} $wall_flags"