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

Commit bcf7f221 authored by Dan Albert's avatar Dan Albert Committed by Android Git Automerger
Browse files

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

* commit '67df03d0':
  Disable struct padding warning/error
parents bb371535 67df03d0
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 \