summaryrefslogtreecommitdiffstats
path: root/Make_global.am
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2010-07-13 14:18:22 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2010-07-13 14:18:22 +0200
commit1b8c69e14d97bf5d0e973740c5802fdbf96f756d (patch)
tree3103a20e41a680bb851785c52ff7050902008a1b /Make_global.am
parent8dd10256cb24ceade8b40bd1604f03ddac8589e2 (diff)
Compatibility and documentation fixesv5.0-pre6
Makefile fixes: compiler flags README and manpage fixes Compatibility with newer gcc releases (4.4.x) Compatibility with the 2.6.35 kernel tree
Diffstat (limited to 'Make_global.am')
-rw-r--r--Make_global.am2
1 files changed, 1 insertions, 1 deletions
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 \