Kaydet (Commit) 32e2cfda authored tarafından Tor Lillqvist's avatar Tor Lillqvist

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

Change-Id: I79db3d1b611315aab8a6c3a28d259a589dfa41d7
üst ee0bfd04
...@@ -21,10 +21,12 @@ $(eval $(call gb_CppunitTest_use_external,connectivity_commontools,boost_headers ...@@ -21,10 +21,12 @@ $(eval $(call gb_CppunitTest_use_external,connectivity_commontools,boost_headers
$(eval $(call gb_CppunitTest_use_sdk_api,connectivity_commontools)) $(eval $(call gb_CppunitTest_use_sdk_api,connectivity_commontools))
ifeq ($(COM),GCC) ifeq ($(COM),GCC)
ifneq ($(COM_GCC_IS_CLANG),TRUE)
$(eval $(call gb_CppunitTest_add_cxxflags,connectivity_commontools,\ $(eval $(call gb_CppunitTest_add_cxxflags,connectivity_commontools,\
-fpermissive \ -fpermissive \
)) ))
endif endif
endif
ifeq ($(WINDOWS_SDK_VERSION),80) ifeq ($(WINDOWS_SDK_VERSION),80)
$(eval $(call gb_CppunitTest_add_defs,connectivity_commontools,\ $(eval $(call gb_CppunitTest_add_defs,connectivity_commontools,\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment