From 1b8c69e14d97bf5d0e973740c5802fdbf96f756d Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Tue, 13 Jul 2010 14:18:22 +0200 Subject: Compatibility and documentation fixes Makefile fixes: compiler flags README and manpage fixes Compatibility with newer gcc releases (4.4.x) Compatibility with the 2.6.35 kernel tree --- Make_global.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Make_global.am') diff --git a/Make_global.am b/Make_global.am index b2e57d6..48812c0 100644 --- a/Make_global.am +++ b/Make_global.am @@ -21,7 +21,6 @@ AM_CFLAGS = -std=gnu99 \ -Wcast-qual \ -Wextra \ -Wfloat-equal \ - -Wformat-nonliteral \ -Wformat=2 \ -Winit-self \ -Winline \ @@ -31,6 +30,7 @@ AM_CFLAGS = -std=gnu99 \ -Wnested-externs \ -Wno-missing-field-initializers \ -Wold-style-definition \ + -Woverlength-strings \ -Wpacked \ -Wpointer-arith \ -Wredundant-decls \ -- cgit v1.2.3