diff options
| author | 2014-03-13 23:12:09 +0000 | |
|---|---|---|
| committer | 2014-03-13 23:12:09 +0000 | |
| commit | 993146092f8205d9747f082ccd63c09b536caa4e (patch) | |
| tree | 89d07eb2647268606632e10e6c9add64b30f7b84 /services/surfaceflinger/DispSync.cpp | |
| parent | 49bfda1fbdf828a8ea63ae2c2fa25739f6e48527 (diff) | |
| parent | d4dabf872ac0a12e12aebae9032f7d62762c2aeb (diff) | |
am d4dabf87: am cdbf28b3: Merge "native frameworks: 64-bit compile issues"
* commit 'd4dabf872ac0a12e12aebae9032f7d62762c2aeb':
native frameworks: 64-bit compile issues
Diffstat (limited to 'services/surfaceflinger/DispSync.cpp')
| -rw-r--r-- | services/surfaceflinger/DispSync.cpp | 2 |
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); } |