commit | 6c5a17dd2603b282cb0800c262857dc0f3d55f7e | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Sep 27 14:12:48 2016 -0700 |
committer | Colin Cross <ccross@android.com> | Fri Sep 30 10:39:18 2016 -0700 |
tree | 30e1e2db7f6fa6fe27cd5ffd5a5b7728c5ace31d | |
parent | 1d6c149d891c8dbfef78cd56a2d7fc6269348875 [diff] [blame] |
Fix libgui warnings The warnings were being hidden by the use of -isystem to include frameworks/native/include. Bug: 31752268 Test: m -j Merged-in: Idba8278bc0a73886ecb7978617854b433c0b5875 Change-Id: Idba8278bc0a73886ecb7978617854b433c0b5875
diff --git a/libs/gui/Surface.cpp b/libs/gui/Surface.cpp index 9d130cd..1879f8a 100644 --- a/libs/gui/Surface.cpp +++ b/libs/gui/Surface.cpp
@@ -371,7 +371,7 @@ timestamp = systemTime(SYSTEM_TIME_MONOTONIC); isAutoTimestamp = true; ALOGV("Surface::queueBuffer making up timestamp: %.2f ms", - timestamp / 1000000.f); + timestamp / 1000000.0); } else { timestamp = mTimestamp; }