Skip to content
Snippets Groups Projects
Commit acc4874e authored by Aurimas Liutikas's avatar Aurimas Liutikas
Browse files

Suppress unused-parameter warnings in goldfish-opengl.

Test: make -j
Change-Id: Id56131954c4bb1ebb37a8d4486ce5f6415b98839
parent b6dce758
No related branches found
No related tags found
No related merge requests found
...@@ -64,6 +64,7 @@ EMUGL_COMMON_CFLAGS += \ ...@@ -64,6 +64,7 @@ EMUGL_COMMON_CFLAGS += \
-fvisibility=default \ -fvisibility=default \
-DPAGE_SIZE=4096 \ -DPAGE_SIZE=4096 \
-DGOLDFISH_VULKAN \ -DGOLDFISH_VULKAN \
-Wno-unused-parameter
endif # GOLDFISH_OPENGL_BUILD_FOR_HOST endif # GOLDFISH_OPENGL_BUILD_FOR_HOST
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment