Disable struct padding warning/error

Adds -Wno-padded, which was triggering on 64-bit devices

Change-Id: If27bac27881f2081a222b32213901f5087554b07
This commit is contained in:
Dan Stoza 2014-12-01 15:03:34 -08:00
parent 303b9a5123
commit 4e84bd310c
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 \