Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0950e32 authored by Henri Chataing's avatar Henri Chataing
Browse files

BUILD.gn: Remove cflag -Wno-unused-parameter

Bug: 299772495
Test: m com.android.btservices
Flag: EXEMPT, mechanical refactor
Change-Id: I450634af79ecdf376273bdb86da0eebee0a0fb3a
parent 061242e3
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -20,7 +20,6 @@ import("//common-mk/flatbuffer.gni")
config("gd_defaults") {
config("gd_defaults") {
  cflags_cc = [
  cflags_cc = [
    "-DGOOGLE_PROTOBUF_NO_RTTI",
    "-DGOOGLE_PROTOBUF_NO_RTTI",
    "-Wno-unused-parameter",
    "-Wno-unused-result",
    "-Wno-unused-result",
    "-Wno-tautological-overlap-compare",
    "-Wno-tautological-overlap-compare",
  ]
  ]
+0 −1
Original line number Original line Diff line number Diff line
@@ -31,7 +31,6 @@ config("bundler_defaults") {


  cflags_cc = [
  cflags_cc = [
    "-std=c++17",
    "-std=c++17",
    "-Wno-unused-parameter",
    "-Wno-unused-variable",
    "-Wno-unused-variable",
    "-Wno-poison-system-directories",
    "-Wno-poison-system-directories",
  ]
  ]