The warning -Wold-style-cast turns out to be more trouble than its worth

when dealing with old-style casts that are in header files.  Removing.
This commit is contained in:
Eric Scharff 2007-10-08 13:29:40 -06:00
parent 782081d1ff
commit 673aec28fb

View File

@ -1,4 +1,4 @@
MAKEFLAGS = -s
#MAKEFLAGS = -s
arch = $(shell uname -m)
ifeq ($(arch),i586)
@ -45,7 +45,7 @@ javac = javac
strip = :
show-size = :
warnings = -Wall -Wextra -Werror -Wold-style-cast -Wunused-parameter \
warnings = -Wall -Wextra -Werror -Wunused-parameter \
-Winit-self -Wconversion
thread-lflags = -lpthread