From 0dc196becbec53f56d01991dbf950ba82d80ac4b Mon Sep 17 00:00:00 2001 From: zolliker Date: Fri, 27 Feb 2009 08:02:29 +0000 Subject: [PATCH] - added unused-value warning option SKIPPED: psi/makefile_linux --- makefile_slinux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile_slinux b/makefile_slinux index f5955672..1cf015b6 100644 --- a/makefile_slinux +++ b/makefile_slinux @@ -17,7 +17,7 @@ CC = gcc CFLAGS = -I$(HDFROOT)/include -DNXXML -DHDF4 -DHDF5 $(NI) \ -Ipsi/hardsup -I. \ -Werror -DCYGNUS -DNONINTF -g $(DFORTIFY) \ - -Wall -Wno-unused -Wno-comment -Wno-switch + -Wall -Wno-unused -Wunused-value -Wno-comment -Wno-switch BINTARGET = bin EXTRA=nintf.o