Skip to content
Snippets Groups Projects
Commit afd6c90e authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Remove -Wno-error.

Bug: N/A
Test: builds
Change-Id: I144f11fb4f550774a872a2e066b1affc3fce5195
parent 7f693003
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,6 @@ cc_library_shared { ...@@ -42,7 +42,6 @@ cc_library_shared {
"-fprefetch-loop-arrays", "-fprefetch-loop-arrays",
"-Wall", "-Wall",
"-Werror", "-Werror",
"-Wno-error=unused-variable",
], ],
local_include_dirs: ["include"], 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