commit | 67df03d054f0cc4bd0e47066642b791198e9b0ad | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Fri Dec 05 17:48:47 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Dec 05 17:48:47 2014 +0000 |
tree | 808dd608711fb9118e465c2ef9a2ad1fe0f63d65 | |
parent | 35df753169397d9b647b251446af7093e237d047 [diff] | |
parent | 42af27817360d338f83fed4b87a535bb0ac4e65b [diff] |
Merge "Disable struct padding warning/error"
diff --git a/libs/ui/Android.mk b/libs/ui/Android.mk index 72430d2..1ce8626 100644 --- a/libs/ui/Android.mk +++ b/libs/ui/Android.mk
@@ -30,6 +30,9 @@ # that they're non-portable as long as they're consistent within one execution LOCAL_CPPFLAGS += -Wno-four-char-constants +# Don't warn about struct padding +LOCAL_CPPFLAGS += -Wno-padded + LOCAL_SRC_FILES := \ Fence.cpp \ FramebufferNativeWindow.cpp \