From c21916ad8a315a9dd7f23bf9aef0576975470a5a Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sun, 17 Feb 2013 10:08:01 -0600 Subject: pragma GCC diagnostic is not available for 4.0.1 Change-Id: I4aa9fb45c391c8b17d713e77a8a6e3338005441b --- sd/Library_sd.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sd/Library_sd.mk') diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk index 49678453b132..6a967c563ab4 100644 --- a/sd/Library_sd.mk +++ b/sd/Library_sd.mk @@ -543,7 +543,8 @@ else $(eval $(call gb_Library_add_objcxxobjects,sd,\ sd/source/ui/remotecontrol/BluetoothServer \ - sd/source/ui/remotecontrol/OSXBluetooth \ + sd/source/ui/remotecontrol/OSXBluetooth,\ + -Wno-error \ )) $(eval $(call gb_Library_add_libs,sd,\ -- cgit v1.2.3