From acc4874e3fc64b54d22e9c2c2764b80091092f4e Mon Sep 17 00:00:00 2001 From: Aurimas Liutikas <aurimas@google.com> Date: Thu, 20 Dec 2018 15:06:46 -0800 Subject: [PATCH] Suppress unused-parameter warnings in goldfish-opengl. Test: make -j Change-Id: Id56131954c4bb1ebb37a8d4486ce5f6415b98839 --- Android.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.mk b/Android.mk index 9235b63..6cf4651 100644 --- a/Android.mk +++ b/Android.mk @@ -64,6 +64,7 @@ EMUGL_COMMON_CFLAGS += \ -fvisibility=default \ -DPAGE_SIZE=4096 \ -DGOLDFISH_VULKAN \ + -Wno-unused-parameter endif # GOLDFISH_OPENGL_BUILD_FOR_HOST -- GitLab