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

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

Merge "Use char x[] rather than char x[0]."

parents 90732a3b 4177a197
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ public:

private:
    int32_t mSize;
    char mData[0];
    char mData[];

    // You can't construct instances of this class directly because this is a
    // variable-sized object passed through the binder.