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

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

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

parents 7e3e5b68 6c3feee3
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",