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

Commit 9d87e1b8 authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by Gerrit Code Review
Browse files

Merge "Use -Werror in frameworks/native/libs/nativewindow"

parents 7c870598 6e36725d
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -34,6 +34,12 @@ cc_library {


    clang: true,
    clang: true,


    cflags: [
        "-Wall",
        "-Werror",
        "-Wno-unused-function",
    ],

    cppflags: [
    cppflags: [
        "-std=c++1z"
        "-std=c++1z"
    ],
    ],
+1 −0
Original line number Original line Diff line number Diff line
@@ -23,4 +23,5 @@ cc_test {
    srcs: [
    srcs: [
        "AHardwareBufferTest.cpp",
        "AHardwareBufferTest.cpp",
        "c_compatibility.c"],
        "c_compatibility.c"],
    cflags: ["-Wall", "-Werror"],
}
}