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

Commit aa7cfc9f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "graphics: remvoe -Wno-unused-parameter" into oc-dev

parents 3fec5a64 b57dd2a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ cc_library_static {
    defaults: ["hidl_defaults"],
    srcs: ["gralloc1-adapter.cpp", "Gralloc1On0Adapter.cpp"],
    include_dirs: ["system/core/libsync/include"],
    cflags: ["-Wall", "-Wextra", "-Wno-unused-parameter"],
    cflags: ["-Wall", "-Wextra"],
    export_include_dirs: ["."],
    whole_static_libs: ["libgrallocusage"],
}
+1 −2
Original line number Diff line number Diff line
@@ -77,8 +77,7 @@ Gralloc1On0Adapter::~Gralloc1On0Adapter()
}

void Gralloc1On0Adapter::doGetCapabilities(uint32_t* outCount,
        int32_t* outCapabilities)
{
                                           int32_t* /*outCapabilities*/) {
    *outCount = 0;
}