From 5c76396987b5d6e1efd6a4f62037ffc48659ff47 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Thu, 22 Mar 2001 07:08:09 +0000 Subject: [PATCH] ICU-906 remove compiler specific C flag X-SVN-Rev: 4267 --- icu4c/source/samples/ucnv/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/samples/ucnv/Makefile b/icu4c/source/samples/ucnv/Makefile index 7b841536f0..cd0fb909e3 100644 --- a/icu4c/source/samples/ucnv/Makefile +++ b/icu4c/source/samples/ucnv/Makefile @@ -1,5 +1,5 @@ # Copyright (c) 2000 IBM, Inc. and others -# conversion sample code $Revision: 1.3 $ +# conversion sample code $Revision: 1.4 $ # Usage: @@ -37,7 +37,7 @@ CLEANFILES=*~ $(TARGET).out DEPS=$(OBJECTS:.o=.d) # turn on super warnings -CPPFLAGS += -Wall +#CPPFLAGS += -Wall all: $(TARGET)