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

Commit 759a1504 authored by Pirama Arumuga Nainar's avatar Pirama Arumuga Nainar Committed by android-build-merger
Browse files

Disable -Wcast-calling-convention for vulkan am: b4c0eb1d

am: 7919c8a7

Change-Id: Ifb275ac5ba0637e26fc3ea26e6364cb92b7efd92
parents 42172ccd 7919c8a7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -25,7 +25,9 @@ LOCAL_CFLAGS := -DLOG_TAG=\"vulkan\" \
	-Weverything -Werror \
	-Wno-padded \
	-Wno-switch-enum \
	-Wno-undef
	-Wno-undef \
	-Wno-cast-calling-convention

#LOCAL_CFLAGS += -DLOG_NDEBUG=0
LOCAL_CPPFLAGS := -std=c++14 \
	-Wno-c99-extensions \