summaryrefslogtreecommitdiff
path: root/services/surfaceflinger/DispSync.cpp
diff options
context:
space:
mode:
author Mark Salyzyn <salyzyn@google.com> 2014-03-13 23:18:43 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2014-03-13 23:18:43 +0000
commitc45011f27209d5d548be3f96f2a23f7ff7f48c4c (patch)
tree89f759817f6ca11ae4ed715a207e3f6aa37fa09b /services/surfaceflinger/DispSync.cpp
parentf4b08ebc61153afac8cab1e87ba015b142a394b6 (diff)
parentcdbf28b3f7f5327f4cb0eb95b8326bf4c24c87ba (diff)
am cdbf28b3: Merge "native frameworks: 64-bit compile issues"
* commit 'cdbf28b3f7f5327f4cb0eb95b8326bf4c24c87ba': native frameworks: 64-bit compile issues
Diffstat (limited to 'services/surfaceflinger/DispSync.cpp')
-rw-r--r--services/surfaceflinger/DispSync.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/surfaceflinger/DispSync.cpp b/services/surfaceflinger/DispSync.cpp
index ce07ab56c1..602f20a46c 100644
--- a/services/surfaceflinger/DispSync.cpp
+++ b/services/surfaceflinger/DispSync.cpp
@@ -287,7 +287,7 @@ class ZeroPhaseTracer : public DispSync::Callback {
public:
ZeroPhaseTracer() : mParity(false) {}
- virtual void onDispSyncEvent(nsecs_t when) {
+ virtual void onDispSyncEvent(nsecs_t /*when*/) {
mParity = !mParity;
ATRACE_INT("ZERO_PHASE_VSYNC", mParity ? 1 : 0);
}