[Libreoffice-commits] .: solenv/inc

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Tue Jul 26 20:33:34 PDT 2011


 solenv/inc/unxmacx.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dbbed8de0d0c1402c2a4a85af1c3bda7d4b4b5ba
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Tue Jul 26 22:33:26 2011 -0500

    really remove -Wno-long-double if gcc does not support it :-)

diff --git a/solenv/inc/unxmacx.mk b/solenv/inc/unxmacx.mk
index 4882779..b60e402 100644
--- a/solenv/inc/unxmacx.mk
+++ b/solenv/inc/unxmacx.mk
@@ -113,7 +113,7 @@ CFLAGSEXCEPTIONS=-fexceptions -fno-enforce-eh-specs
 CFLAGS_NO_EXCEPTIONS=-fno-exceptions
 
 # Normal C++ compilation flags
-CFLAGSCXX=-pipe -malign-natural -fsigned-char -Wno-long-double $(ARCH_FLAGS) -Wno-ctor-dtor-privacy
+CFLAGSCXX=-pipe -malign-natural -fsigned-char $(ARCH_FLAGS) -Wno-ctor-dtor-privacy
 .IF "$(HAVE_GCC_NO_LONG-DOUBLE)" == "TRUE"
 CFLAGSCXX+= -Wno-long-double
 .ENDIF


More information about the Libreoffice-commits mailing list