am 67df03d0: Merge "Disable struct padding warning/error"

* commit '67df03d054f0cc4bd0e47066642b791198e9b0ad':
  Disable struct padding warning/error
This commit is contained in:
Dan Albert 2014-12-05 18:01:49 +00:00 committed by Android Git Automerger
commit bcf7f22102
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ LOCAL_CPPFLAGS += -Wno-c++98-compat-pedantic
# 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 \