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

Commit 87559380 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Use the global default cpp_std." into main

parents 3bb9ecfe 898933c2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@ package {
cc_defaults {
    name: "mediatranscodingservice_test_defaults",

    cpp_std: "gnu++17",
    cflags: [
        "-Wall",
        "-Werror",
+2 −0
Original line number Diff line number Diff line
@@ -114,6 +114,8 @@ struct EventTracker {
        enum { NoEvent, Start, Pause, Resume, Finished, Failed } type;
        int64_t clientId;
        int32_t sessionId;

        friend bool operator==(const EventTracker::Event& lhs, const EventTracker::Event& rhs);
    };

#define DECLARE_EVENT(action)                                  \