android: Removing unnecessary -Werror parameters
Signed-off-by: Venkata Atchuta Bheemeswara Sarma Darbha <vdarbha0473@gmail.com>
This commit is contained in:
parent
bda805db4d
commit
b27f905b2d
1 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
|||
//
|
||||
// Copyright (C) 2025 KonstaKANG
|
||||
// Copyright (C) 2025 Venkata Atchuta Bheemeswara Sarma Darbha
|
||||
//
|
||||
// SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
//
|
||||
|
|
@ -40,9 +41,7 @@ cc_defaults {
|
|||
"-Wdisabled-optimization",
|
||||
"-Wempty-body",
|
||||
"-Werror=implicit-function-declaration",
|
||||
"-Werror=missing-prototypes",
|
||||
"-Werror=return-type",
|
||||
"-Wmissing-prototypes",
|
||||
"-Wno-bool-operation",
|
||||
"-Wno-char-subscripts",
|
||||
"-Wno-declaration-after-statement",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue