From 673aec28fbc567f189875e790fd047631f3ba1a0 Mon Sep 17 00:00:00 2001 From: Eric Scharff Date: Mon, 8 Oct 2007 13:29:40 -0600 Subject: [PATCH] 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. --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 8e489fe390..4d8cf04e1f 100644 --- a/makefile +++ b/makefile @@ -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