From 3d1918eef5b5b8aa49febc590542a7c7dd61c233 Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Sun, 16 Apr 2017 23:35:05 +0200 Subject: [PATCH] Enable all warnings --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index bac59d1..46be30e 100755 --- a/configure +++ b/configure @@ -6,7 +6,7 @@ V="1.2.0" SILENT="1" PYTHON="1" PREFIX="/usr/local" -DEFAULT_CFLAGS="-I. -Wno-char-subscripts -Wno-maybe-uninitialized" +DEFAULT_CFLAGS="-I. -Wall" if [ -z "$CC" ]; then CC="gcc" -- 2.11.4.GIT