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

Commit 67a2f02d authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "C++14 has been the default for a while now."

am: d39da494

Change-Id: Id16d7fd6ba26d42ae7220a3fae8f1ec7066c18ef
parents 0c5dfbd7 d39da494
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@ cc_library_shared {
        "-DLOG_NDEBUG=0",
    ],
    cppflags: [
        "-std=c++1y",
        "-Wno-c++98-compat-pedantic",
        "-Wno-c99-extensions",
    ],
+0 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@ cc_binary {
        "-Wno-switch-enum",
    ],
    cppflags: [
        "-std=c++1y",
        "-Wno-c++98-compat-pedantic",
        "-Wno-c99-extensions",
        "-Wno-old-style-cast",