equal
deleted
inserted
replaced
1 --- Makefile.orig 2008-11-10 19:18:24.000000000 +0000 |
|
2 +++ Makefile 2011-03-30 13:22:30.000000000 +0000 |
|
3 @@ -540,9 +540,6 @@ |
|
4 # warn about C99 declaration after statement |
|
5 KBUILD_CFLAGS += $(call cc-option,-Wdeclaration-after-statement,) |
|
6 |
|
7 -# disable pointer signed / unsigned warnings in gcc 4.0 |
|
8 -KBUILD_CFLAGS += $(call cc-option,-Wno-pointer-sign,) |
|
9 - |
|
10 # Add user supplied CPPFLAGS, AFLAGS and CFLAGS as the last assignments |
|
11 # But warn user when we do so |
|
12 warn-assign = \ |
|