Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 42af2781 authored by Dan Stoza's avatar Dan Stoza Committed by Dan Albert
Browse files

Disable struct padding warning/error

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

Change-Id: If27bac27881f2081a222b32213901f5087554b07
(cherry picked from commit 4e84bd31)
parent d3182400
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -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
# that they're non-portable as long as they're consistent within one execution
LOCAL_CPPFLAGS += -Wno-four-char-constants
LOCAL_CPPFLAGS += -Wno-four-char-constants


# Don't warn about struct padding
LOCAL_CPPFLAGS += -Wno-padded

LOCAL_SRC_FILES := \
LOCAL_SRC_FILES := \
	Fence.cpp \
	Fence.cpp \
	FramebufferNativeWindow.cpp \
	FramebufferNativeWindow.cpp \