summaryrefslogtreecommitdiff
path: root/external/ucpp/Executable_ucpp.mk
diff options
context:
space:
mode:
Diffstat (limited to 'external/ucpp/Executable_ucpp.mk')
-rw-r--r--external/ucpp/Executable_ucpp.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/external/ucpp/Executable_ucpp.mk b/external/ucpp/Executable_ucpp.mk
index a2e64e644eed..a4be71c4901c 100644
--- a/external/ucpp/Executable_ucpp.mk
+++ b/external/ucpp/Executable_ucpp.mk
@@ -9,7 +9,7 @@
$(eval $(call gb_Executable_Executable,ucpp))
-$(eval $(call gb_Executable_set_warnings_not_errors,ucpp))
+$(eval $(call gb_Executable_set_warnings_disabled,ucpp))
$(eval $(call gb_Executable_use_unpacked,ucpp,ucpp))
@@ -19,12 +19,6 @@ $(eval $(call gb_Executable_add_defs,ucpp,\
-DSTAND_ALONE \
))
-# suppress warning spam
-$(eval $(call gb_Executable_add_cflags,ucpp,\
- -w \
-))
-
-
$(eval $(call gb_Executable_add_generated_cobjects,ucpp,\
UnpackedTarball/ucpp/assert \
UnpackedTarball/ucpp/cpp \