clang: error: argument unused during compilation: '-fpermissive'

Change-Id: I79db3d1b611315aab8a6c3a28d259a589dfa41d7
This commit is contained in:
Tor Lillqvist 2013-02-05 18:07:59 +02:00
parent ee0bfd04c4
commit 32e2cfda10

View File

@ -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,\