src/Makefile.inc: Remove -W from CFLAGS.

svn path=/dists/trunk/linux-kbuild-2.6/; revision=7075
This commit is contained in:
Bastian Blank 2006-08-01 09:00:51 +00:00
parent 78e72578e7
commit 6a612543f0
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
CC = gcc
CXX = g++
CFLAGS += -Wall -W -O2
CFLAGS += -Wall -O2
CXXFLAGS = $(CFLAGS)
all: all-local all-recursive