mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 21:02:59 +00:00
Android.mk: replace std=c99 with std=gnu99
The android makefiles were passing the -std=c99 flag to the compiler which disables the typeof keyword. This causes a build fail for a recent addition to igt_aux.h. Change this to -std=gnu99, which is the flag used in the linux build Signed-off-by: Tim Gore <tim.gore@intel.com> Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ skip_tests_list += pm_rpm
|
||||
|
||||
# set local compilation flags for IGT tests
|
||||
IGT_LOCAL_CFLAGS += -DHAVE_STRUCT_SYSINFO_TOTALRAM -DANDROID -UNDEBUG
|
||||
IGT_LOCAL_CFLAGS += -include "check-ndebug.h" -std=c99
|
||||
IGT_LOCAL_CFLAGS += -include "check-ndebug.h" -std=gnu99
|
||||
# FIXME: drop once Bionic correctly annotates "noreturn" on pthread_exit
|
||||
IGT_LOCAL_CFLAGS += -Wno-error=return-type
|
||||
# Excessive complaining for established cases. Rely on the Linux version warnings.
|
||||
|
||||
Reference in New Issue
Block a user