summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSeigo Nonaka <nona@google.com>2015-10-27 14:56:12 +0900
committerSeigo Nonaka <nona@google.com>2015-10-27 21:18:22 +0900
commit63635cff5861dcaed963c7332eecf51b9d7d920a (patch)
treea1c2f6aaec1c3fa11834efbffab44ac9dce55db2 /include
parent4b723bf22b1bbc5fcdaa9bd96178c921199905d5 (diff)
downloadandroid_frameworks_minikin-63635cff5861dcaed963c7332eecf51b9d7d920a.tar.gz
android_frameworks_minikin-63635cff5861dcaed963c7332eecf51b9d7d920a.tar.bz2
android_frameworks_minikin-63635cff5861dcaed963c7332eecf51b9d7d920a.zip
Add -Werror -Wall -Wextra to compiler option.
- To suppress noisy unused parameter warnings, comment out unused arguments. - Add -Werror for suppressing further warning. - Add -Wall -Wextra for safety. Change-Id: I30a0914a4633bd93eb60957cdf378770f04d8428
Diffstat (limited to 'include')
-rw-r--r--include/minikin/Layout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/minikin/Layout.h b/include/minikin/Layout.h
index 83eb963..cb68db9 100644
--- a/include/minikin/Layout.h
+++ b/include/minikin/Layout.h
@@ -59,7 +59,7 @@ struct LayoutGlyph {
};
// Internal state used during layout operation
-class LayoutContext;
+struct LayoutContext;
enum {
kBidi_LTR = 0,