From 1c393cd79f6425a56421be2c6730f936475a397e Mon Sep 17 00:00:00 2001 From: zolliker Date: Wed, 24 Aug 2005 10:54:57 +0000 Subject: [PATCH] inserted -Werror flag --- makefile_linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile_linux b/makefile_linux index 918ac2e..4cc8c7b 100644 --- a/makefile_linux +++ b/makefile_linux @@ -12,7 +12,7 @@ include ../linux_def CC = gcc CFLAGS = -I$(HDFROOT)/include -DHDF4 -DHDF5 $(NI) -Ihardsup \ -I.. -fwritable-strings -DCYGNUS -DNONINTF -g $(DFORTIFY) \ - -Wall -Wno-unused -Wno-comment -Wno-switch + -Wall -Wno-unused -Wno-comment -Wno-switch -Werror EXTRA=nintf.o