summaryrefslogtreecommitdiff
path: root/libpng
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-03-26 10:14:23 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-03-27 09:36:50 +0100
commit2ea2860ba56231d989c5e1b8f87392921bc2a8db (patch)
tree09e7f95bb97b729cff1422ce87e9725f92cfed1d /libpng
parent52dc015ef64f95a72440a91c67b990d20a2b7d93 (diff)
Avoid WaE (-Wunused-macros) in external libpng
Change-Id: I28f36d1855a3a7563083beda992f9803b66e7396
Diffstat (limited to 'libpng')
-rw-r--r--libpng/StaticLibrary_png.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpng/StaticLibrary_png.mk b/libpng/StaticLibrary_png.mk
index 1257cbbe8c86..3efcc4bdcf3d 100644
--- a/libpng/StaticLibrary_png.mk
+++ b/libpng/StaticLibrary_png.mk
@@ -9,6 +9,8 @@
$(eval $(call gb_StaticLibrary_StaticLibrary,png))
+$(eval $(call gb_StaticLibrary_set_warnings_not_errors,png))
+
$(eval $(call gb_StaticLibrary_use_unpacked,png,png))
$(eval $(call gb_StaticLibrary_use_package,png,libpng_inc))