commit | f10c46ef855b6410b20ebd8b1351d4d78d8eca8e | [log] [tgz] |
---|---|---|
author | Dan Stoza <stoza@google.com> | Tue Nov 11 10:32:31 2014 -0800 |
committer | Dan Stoza <stoza@google.com> | Tue Nov 11 14:28:22 2014 -0800 |
tree | ce7ad7094fc9682b58a24ae6ba7770157204fc53 | |
parent | ff8be8c267a3ad57678355bb472186cf52e8a2b2 [diff] [blame] |
Enable clang for libui/libgui/surfaceflinger Enables clang and C++11 for libui/libgui/surfaceflinger, and eliminates all compile-time warnings. Change-Id: Ie237fdb5ae44f2bfcddaa884f9c65ec3f08ae50f
diff --git a/services/surfaceflinger/DisplayDevice.cpp b/services/surfaceflinger/DisplayDevice.cpp index 564f974..9a03e6f 100644 --- a/services/surfaceflinger/DisplayDevice.cpp +++ b/services/surfaceflinger/DisplayDevice.cpp
@@ -511,6 +511,6 @@ tr[0][2], tr[1][2], tr[2][2]); String8 surfaceDump; - mDisplaySurface->dump(surfaceDump); + mDisplaySurface->dumpAsString(surfaceDump); result.append(surfaceDump); }