Skip to content
Snippets Groups Projects
Commit d823ab13 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by android-build-merger
Browse files

Merge "Use -Werror in external/speex" am: 7d510888 am: 39a2e16c

am: a5a941c2

Change-Id: Ie6fbc27dc3f8746fb2f9d14d6646af3b85a4c5ea
parents 498712ea a5a941c2
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,8 @@ cc_library_static {
"-O3",
"-fstrict-aliasing",
"-fprefetch-loop-arrays",
"-Wall",
"-Werror",
"-Wno-unused-parameter",
],
......@@ -72,6 +74,9 @@ cc_library_shared {
"-O3",
"-fstrict-aliasing",
"-fprefetch-loop-arrays",
"-Wall",
"-Werror",
"-Wno-error=unused-variable",
],
local_include_dirs: ["include"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment