From c90886a3755ddfd089ed652b7864c853f36f8b19 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Sat, 8 Sep 2012 13:39:18 +0200 Subject: libmspub: use set_warnings_not_errors Change-Id: Iec7e058c6da827fbcfd538543c0fb5d6060f3975 --- libmspub/StaticLibrary_mspub.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libmspub') diff --git a/libmspub/StaticLibrary_mspub.mk b/libmspub/StaticLibrary_mspub.mk index 37c7c1decf5d..438769469248 100644 --- a/libmspub/StaticLibrary_mspub.mk +++ b/libmspub/StaticLibrary_mspub.mk @@ -19,6 +19,8 @@ $(eval $(call gb_StaticLibrary_use_externals,mspublib,\ zlib \ )) +$(eval $(call gb_StaticLibrary_set_warnings_not_errors,mspublib)) + $(eval $(call gb_StaticLibrary_set_generated_cxx_suffix,mspublib,cpp)) $(eval $(call gb_StaticLibrary_add_generated_exception_objects,mspublib,\ -- cgit