summaryrefslogtreecommitdiff
path: root/cli_ure/Library_cli_cppuhelper_native.mk
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2012-08-25 13:51:40 -0400
committerDavid Tardon <dtardon@redhat.com>2012-10-07 10:42:11 +0200
commita4df4e9147019337fda07982c510a85d6f4c4062 (patch)
treef2dfb918dcbc59fd7bfc905739404872303328b7 /cli_ure/Library_cli_cppuhelper_native.mk
parent1eec5566b24227e592f827c5e788ae3e45e0e127 (diff)
convert cli_ure/source/native to new syntax
Change-Id: I7dbb065c8b1b2fef85e6e7f42ef80991102785e0
Diffstat (limited to 'cli_ure/Library_cli_cppuhelper_native.mk')
-rw-r--r--cli_ure/Library_cli_cppuhelper_native.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli_ure/Library_cli_cppuhelper_native.mk b/cli_ure/Library_cli_cppuhelper_native.mk
index 745c69c9480c..5582e770b91e 100644
--- a/cli_ure/Library_cli_cppuhelper_native.mk
+++ b/cli_ure/Library_cli_cppuhelper_native.mk
@@ -13,7 +13,7 @@ $(eval $(call gb_Library_Library,cli_cppuhelper_native))
# in CLR meta-data - use of this type may lead to a runtime exception":
$(eval $(call gb_Library_add_cxxflags,cli_cppuhelper_native,\
-AI $(gb_Helper_OUTDIRLIBDIR) \
- -clr:oldSyntax \
+ -clr \
-wd4339 \
))