From: Jens Axboe Date: Wed, 19 Nov 2014 03:14:23 +0000 (-0700) Subject: Kill off -Wshadow again X-Git-Tag: fio-2.2.0~56 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=21750a254b5481f78ac3c6697754abf3cfa63e89;p=fio.git Kill off -Wshadow again Too many warnings, even for system headers. Signed-off-by: Jens Axboe --- diff --git a/Makefile b/Makefile index b7c16450..8a28f62c 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ endif DEBUGFLAGS = -D_FORTIFY_SOURCE=2 -DFIO_INC_DEBUG CPPFLAGS= -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFIO_INTERNAL $(DEBUGFLAGS) OPTFLAGS= -O3 -g -ffast-math -CFLAGS = -std=gnu99 -Wwrite-strings -Wall -Wshadow -Wdeclaration-after-statement $(OPTFLAGS) $(EXTFLAGS) $(BUILD_CFLAGS) +CFLAGS = -std=gnu99 -Wwrite-strings -Wall -Wdeclaration-after-statement $(OPTFLAGS) $(EXTFLAGS) $(BUILD_CFLAGS) LIBS += -lm $(EXTLIBS) PROGS = fio SCRIPTS = tools/fio_generate_plots tools/plot/fio2gnuplot tools/genfio