summaryrefslogtreecommitdiff
path: root/solenv/gbuild/StaticLibrary.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-02-17 15:40:20 +0100
committerDavid Tardon <dtardon@redhat.com>2012-02-17 15:49:17 +0100
commita6e47f72dc08669c1600f10e624bb19421cee04b (patch)
tree643549c47ef12613de37d758031f892183f50454 /solenv/gbuild/StaticLibrary.mk
parent04e1010fd74a8e61d43e83afb81c4f6315a201c8 (diff)
allow to suppress -Werror per link target
It is implemented for Executable, Library and StaticLibrary and works for C, C++, Objective C and Objective C++ sources. Please, do not misuse! Better fix your code!
Diffstat (limited to 'solenv/gbuild/StaticLibrary.mk')
-rw-r--r--solenv/gbuild/StaticLibrary.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/gbuild/StaticLibrary.mk b/solenv/gbuild/StaticLibrary.mk
index 23ceef49d62b..888918c27646 100644
--- a/solenv/gbuild/StaticLibrary.mk
+++ b/solenv/gbuild/StaticLibrary.mk
@@ -113,6 +113,7 @@ $(eval $(foreach method,\
use_externals \
add_package_headers \
add_sdi_headers \
+ set_warnings_not_errors \
,\
$(call gb_StaticLibrary_forward_to_Linktarget,$(method))\
))