solenv/gbuild/platform/com_GCC_defs.mk | 2 -- 1 file changed, 2 deletions(-)
New commits: commit adfb7ecb4f77c4ccb70156044a41505648df0ad4 Author: LuboÅ¡ LuÅák <[email protected]> Date: Mon Mar 18 18:17:46 2013 +0100 Revert "add -Wundef to compiler flags" This reverts commit 22771babcc47b294d528d56cec360e2a94daec26. There are still some setups in which this causes errors with WaE. diff --git a/solenv/gbuild/platform/com_GCC_defs.mk b/solenv/gbuild/platform/com_GCC_defs.mk index d20b9f7..a691e27 100644 --- a/solenv/gbuild/platform/com_GCC_defs.mk +++ b/solenv/gbuild/platform/com_GCC_defs.mk @@ -66,7 +66,6 @@ gb_CFLAGS_COMMON := \ -Wall \ -Wendif-labels \ -Wextra \ - -Wundef \ -fmessage-length=0 \ -fno-common \ -pipe \ @@ -75,7 +74,6 @@ gb_CXXFLAGS_COMMON := \ -Wall \ -Wendif-labels \ -Wextra \ - -Wundef \ -fmessage-length=0 \ -fno-common \ -pipe \ commit 67317c5e37a437855bc684c5e3ec2c4b32903909 Author: LuboÅ¡ LuÅák <[email protected]> Date: Mon Mar 18 18:17:20 2013 +0100 remove executable bits from source files Change-Id: Iba8b39d1ce6f3f9a9fa894c9abc6821b43c80433 diff --git a/solenv/gcc-wrappers/g++.cxx b/solenv/gcc-wrappers/g++.cxx old mode 100755 new mode 100644 diff --git a/solenv/gcc-wrappers/gcc.cxx b/solenv/gcc-wrappers/gcc.cxx old mode 100755 new mode 100644 diff --git a/solenv/gcc-wrappers/wrapper.hxx b/solenv/gcc-wrappers/wrapper.hxx old mode 100755 new mode 100644
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
