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

Commit 67df03d0 authored by Dan Albert's avatar Dan Albert Committed by Gerrit Code Review
Browse files

Merge "Disable struct padding warning/error"

parents 35df7531 42af2781
Loading
Loading
Loading
Loading
+3 −0
Original line number 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
LOCAL_CPPFLAGS += -Wno-four-char-constants

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

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