From 32e2cfda10c0e98e0157dcff1f0c1085ad266d07 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 5 Feb 2013 18:07:59 +0200 Subject: [PATCH] clang: error: argument unused during compilation: '-fpermissive' Change-Id: I79db3d1b611315aab8a6c3a28d259a589dfa41d7 --- connectivity/CppunitTest_connectivity_commontools.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/connectivity/CppunitTest_connectivity_commontools.mk b/connectivity/CppunitTest_connectivity_commontools.mk index 1678e7b19e05..6026e807effa 100644 --- a/connectivity/CppunitTest_connectivity_commontools.mk +++ b/connectivity/CppunitTest_connectivity_commontools.mk @@ -21,10 +21,12 @@ $(eval $(call gb_CppunitTest_use_external,connectivity_commontools,boost_headers $(eval $(call gb_CppunitTest_use_sdk_api,connectivity_commontools)) ifeq ($(COM),GCC) +ifneq ($(COM_GCC_IS_CLANG),TRUE) $(eval $(call gb_CppunitTest_add_cxxflags,connectivity_commontools,\ -fpermissive \ )) endif +endif ifeq ($(WINDOWS_SDK_VERSION),80) $(eval $(call gb_CppunitTest_add_defs,connectivity_commontools,\