commit | dbab409c49ca5dd6686912d0b3eeb19ef1c37a3e | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Tue Nov 04 01:14:16 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Nov 04 01:14:17 2014 +0000 |
tree | 07c8ca3c0f035dcc0b7ca8df5a7faf64bb8fcac7 | |
parent | e42cba8feb2bbfe385f162a06e41e2c2c0f40c99 [diff] | |
parent | 8e5337de2c67c24f1e5c6144512e2a9ba9fefe12 [diff] |
Merge "Avoid two warnings from clang."
diff --git a/include/ui/Rect.h b/include/ui/Rect.h index 6cf64eb..31e28d2 100644 --- a/include/ui/Rect.h +++ b/include/ui/Rect.h
@@ -34,6 +34,7 @@ // because we want the compiler generated versions inline Rect() { + left = right = top = bottom = 0; } inline Rect(int32_t w, int32_t h) {