Cleanup: quiet minilzo warnings

This commit is contained in:
Campbell Barton 2015-03-06 17:47:23 +11:00
parent 2f21dbf38b
commit d17e6c10df
2 changed files with 3 additions and 0 deletions

View File

@ -925,6 +925,7 @@ macro(remove_strict_flags)
remove_cc_flag("-Wstrict-prototypes")
remove_cc_flag("-Wmissing-prototypes")
remove_cc_flag("-Wunused-parameter")
remove_cc_flag("-Wunused-macros")
remove_cc_flag("-Wwrite-strings")
remove_cc_flag("-Wredundant-decls")
remove_cc_flag("-Wundef")

View File

@ -23,6 +23,8 @@
#
# ***** END GPL LICENSE BLOCK *****
remove_strict_flags()
set(INC
)