From 63cd8f3ea329b56cea2363100d5b42bdc641ecb9 Mon Sep 17 00:00:00 2001 From: Douglas Clowes Date: Mon, 12 May 2008 11:09:19 +1000 Subject: [PATCH] Add compiler option for C99 std r2524 | dcl | 2008-05-12 11:09:19 +1000 (Mon, 12 May 2008) | 2 lines --- site_ansto/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site_ansto/Makefile b/site_ansto/Makefile index 765dcaaf..b8894fff 100644 --- a/site_ansto/Makefile +++ b/site_ansto/Makefile @@ -16,7 +16,7 @@ default: all EXTRA=nintf.o PSI_CLEAN_MATRIX = rm -f ../*.o; $(MAKE) -C ../matrix $(MFLAGS) clean PSI_CFLAGS = -I./ -I$(HDFROOT)/include -DHDF5 -DNXXML\ - -DCYGNUS -DNONINTF -g $(DFORTIFY)\ + -DCYGNUS -DNONINTF -std=gnu99 -g $(DFORTIFY)\ -Wall -Wextra -Wno-unused PSI_SLIBS = matrix/libmatrix.a PSI_LIBS = -L$(HDFROOT)/lib $(NILIB)\