diff options
author | David Tardon <dtardon@redhat.com> | 2013-02-13 10:02:25 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-02-13 10:54:40 +0100 |
commit | 544a6d70fb4656bcea6bb0760eca54226f40579d (patch) | |
tree | e469f3425f3a817a279b344e2dba393116be45ca /external | |
parent | f2a6ffc48ec846b86f08db6e2c95197b2ac941b4 (diff) |
ignore errors
Diffstat (limited to 'external')
-rw-r--r-- | external/StaticLibrary_gnu_getopt.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/external/StaticLibrary_gnu_getopt.mk b/external/StaticLibrary_gnu_getopt.mk index aeccb3859904..73b4df9efb5f 100644 --- a/external/StaticLibrary_gnu_getopt.mk +++ b/external/StaticLibrary_gnu_getopt.mk @@ -9,6 +9,8 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,gnu_getopt)) +$(eval $(call gb_StaticLibrary_set_warnings_not_errors,gnu_getopt)) + $(eval $(call gb_StaticLibrary_use_unpacked,gnu_getopt,glibc)) $(eval $(call gb_StaticLibrary_set_include,gnu_getopt,\ |