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

Commit eb8cccf7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Replace -Weverything with -Wextra"

parents ef6d9130 b1ea33b6
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -20,12 +20,7 @@ cc_library {
        "-Werror",
    ],
    cppflags: [
        "-Weverything",
        "-Wno-c++98-compat-pedantic",
        // Hide errors in headers we include
        "-Wno-global-constructors",
        "-Wno-exit-time-destructors",
        "-Wno-padded",
        "-Wextra",
    ],
    srcs: ["GrallocUsageConversion.cpp"],
    export_include_dirs: ["include"],