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

Commit a2aee8f9 authored by Jiyong Park's avatar Jiyong Park Committed by android-build-merger
Browse files

Merge "Suppress lint warnings on google-default-arguments" am: 32b3f60a

am: 48453018

Change-Id: Ib873831d542e9e5cd9f76c38755563d0b54d0af9
parents a5fca3c0 48453018
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -47,6 +47,7 @@ public:
    virtual             ~Thread();
    virtual             ~Thread();


    // Start the thread in threadLoop() which needs to be implemented.
    // Start the thread in threadLoop() which needs to be implemented.
    // NOLINTNEXTLINE(google-default-arguments)
    virtual status_t    run(    const char* name,
    virtual status_t    run(    const char* name,
                                int32_t priority = PRIORITY_DEFAULT,
                                int32_t priority = PRIORITY_DEFAULT,
                                size_t stack = 0);
                                size_t stack = 0);