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

Commit f9c6acbe authored by Elliott Hughes's avatar Elliott Hughes
Browse files

C++14 is the default now.

Bug: http://b/32019064
Test: builds
Change-Id: I69c4e2e3764601e538c1d3f3da6b1fdd1bc44d8a
parent 8b8ce408
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -43,7 +43,6 @@ cc_library_shared {
    ],

    cppflags: [
        "-std=c++14",
        "-Wno-c99-extensions",
        "-Wno-c++98-compat-pedantic",
        "-Wno-exit-time-destructors",