From 77aac96aaccb60bc87e721efd571988272882771 Mon Sep 17 00:00:00 2001 From: bustico Date: Thu, 8 Oct 2009 14:43:05 +0000 Subject: fix compilation warning, default IVYBUS, and macosx build --- src/Makefile.osx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.osx') diff --git a/src/Makefile.osx b/src/Makefile.osx index ff2a44c..6f353d7 100644 --- a/src/Makefile.osx +++ b/src/Makefile.osx @@ -45,7 +45,7 @@ CFLAGS = -g -Wall $(FPIC) CC = $(OMPCC) CPP = $(OMPCPP) LIBTOOL = $(OMPLIBTOOL) -CFLAGS = $(OMPCFLAGS) +CFLAGS = -g -Wall -Wshadow $(FPIC) # ------------------------------------------------------------------------------------------ -- cgit v1.1