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

Commit 2063e3eb authored by Chris Manton's avatar Chris Manton
Browse files

gd: Remove no-unused-parameter

Skip targets with FUZZ_TARGET preprocessor due to differing LOG_*

Bug: 302317771
Test: m .
Change-Id: I21835f10e4fab165fbc34005d60733e950dfb888
parent dcabdb05
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -197,7 +197,6 @@ cc_library {
    ],
    min_sdk_version: "31",
    static_libs: ["libchrome"],
    cflags: ["-Wno-unused-parameter"],
}

cc_library {
@@ -236,7 +235,6 @@ cc_library {
    ],
    cflags: [
        "-DUSE_FAKE_TIMERS",
        "-Wno-unused-parameter",
    ],
    static_libs: [
        "libbluetooth-types",
@@ -330,7 +328,6 @@ cc_binary {
        address: true,
        cfi: true,
    },
    cflags: ["-Wno-unused-parameter"],
}

cc_test {
@@ -435,7 +432,6 @@ cc_test {
        address: true,
    },
    min_sdk_version: "Tiramisu",
    cflags: ["-Wno-unused-parameter"],
}

cc_test {