diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-03-19 20:10:34 -0400 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2013-03-21 17:26:59 -0400 |
commit | e08159e244916e97b963874944923a79cb9dca2e (patch) | |
tree | 8f43c8b542b076c54026b08a7191224082beccfe /expat | |
parent | c7f09e4fd4932f60c2e233d676537b6e786a7cfd (diff) |
suppress warnings from external packages
Change-Id: I1417dd1dfbd812cc4ab8a1521cc9e0dfbcf37d02
Diffstat (limited to 'expat')
-rw-r--r-- | expat/StaticLibrary_expat.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/expat/StaticLibrary_expat.mk b/expat/StaticLibrary_expat.mk index 2501d72dbc7e..2f754526b6e9 100644 --- a/expat/StaticLibrary_expat.mk +++ b/expat/StaticLibrary_expat.mk @@ -42,6 +42,11 @@ $(eval $(call gb_StaticLibrary_add_defs,expat,\ )) endif +# suppress warning spam +$(eval $(call gb_StaticLibrary_add_cflags,expat,\ + -w \ +)) + $(eval $(call gb_StaticLibrary_add_generated_cobjects,expat,\ UnpackedTarball/expat/lib/xmlparse \ UnpackedTarball/expat/lib/xmlrole \ |