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

Commit 31b92a5d authored by Elliott Hughes's avatar Elliott Hughes
Browse files

C++17 is the default now.

Test: builds
Change-Id: I91923da25f470621189589711c50f3d67e435c68
parent a37aa092
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -24,8 +24,6 @@ cc_defaults {
        "-Wall",
        "-Werror",
    ],

    cpp_std: "c++17",
}

cc_library {
+0 −1
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@
cc_defaults {
    name: "minadbd_defaults",

    cpp_std: "gnu++17",
    cflags: [
        "-DADB_HOST=0",
        "-Wall",