Skip to content
Snippets Groups Projects
Commit 81be8d7b authored by Chris Manton's avatar Chris Manton
Browse files

Suppress Wno-deprecated-builtins

Any compliation unit with libchrome emits
'trivially destructible warning' these potentially
obscuring actionable warnings and errors

Bug: 264549607
Tag: #refactor
Test: gd/cert/run
Change-Id: Ieb34a8619842175aa7f188371875061ff28a9fa3
parent 52688927
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