From 4792efa102af1a0d6fa37b946e32a79e5800e38a Mon Sep 17 00:00:00 2001 From: hristov Date: Sat, 23 Jun 2007 15:08:49 +0000 Subject: [PATCH] Worning in case of dangerous conversion (Laurent) --- build/Makefile.macosx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makefile.macosx b/build/Makefile.macosx index 7e298fc85e6..3313be98e63 100644 --- a/build/Makefile.macosx +++ b/build/Makefile.macosx @@ -41,7 +41,7 @@ CLIBCXXOPTS = CLIBCOPT = CLIBFOPT = $(CLIBDEFS) -CXXSTF = -pipe -Wall -W -Wno-long-double -pipe -fbounds-check -fsigned-char -fno-common -fmessage-length=0 -Woverloaded-virtual -Weffc++ -fno-default-inline -fno-inline -I/usr/X11R6/include -I$(FINK_ROOT)/include +CXXSTF = -pipe -Wall -W -Wno-long-double -pipe -fbounds-check -fsigned-char -fno-common -fmessage-length=0 -Woverloaded-virtual -Weffc++ -Wconversion -fno-default-inline -fno-inline -I/usr/X11R6/include -I$(FINK_ROOT)/include # Compiler flags CXXFLAGS = $(CXXOPT) $(CXXSTF) -Weffc++ -- 2.43.5