summaryrefslogtreecommitdiff
path: root/libs/hwui/Layer.h
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2014-09-15 14:28:52 -0700
committerChih-Hung Hsieh <chh@google.com>2014-10-24 15:42:14 -0700
commitd3448e437ac247e96455014e95f15a3ddd5cb328 (patch)
treee0042c026853006b99d02212dd72c9d1a6c427aa /libs/hwui/Layer.h
parentced7ebdb1d522b4206e2048b278554ca841aeaba (diff)
Suppress Clang compilation warnings.
Ignore warnings about unused parameters and initialization of static constant float data members. Change one potential error of allocating variable length array of non-POD element type on stack. Fix mismatch of class and struct declaration tags. BUG: 17512760 Change-Id: I3a09c945fb1c17f27aff74a7e439dd4c35d1fb32
Diffstat (limited to 'libs/hwui/Layer.h')
-rw-r--r--libs/hwui/Layer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/Layer.h b/libs/hwui/Layer.h
index b70042f33155..f965123b82b7 100644
--- a/libs/hwui/Layer.h
+++ b/libs/hwui/Layer.h
@@ -44,7 +44,7 @@ class Caches;
class OpenGLRenderer;
class DisplayList;
class DeferredDisplayList;
-class DeferStateStruct;
+struct DeferStateStruct;
/**
* A layer has dimensions and is backed by an OpenGL texture or FBO.