Skip to content
Snippets Groups Projects
Commit 9abd9757 authored by Chris Manton's avatar Chris Manton Committed by Gerrit Code Review
Browse files

Merge "Suppress Wno-deprecated-builtins"

parents b445619b 81be8d7b
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,8 @@ cc_defaults {
"-Werror",
// there are too many unused parameters in all the code.
"-Wno-unused-parameter",
// http://b/264549607
"-Wno-deprecated-builtins",
],
include_dirs: [
"packages/modules/Bluetooth/system/gd",
......
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