compiler.h: fix windows build error
warning C5101: use of preprocessor directive in function-like macro argument list is undefined behavior Co-authored-by: chenxiaoyi <chenxiaoyi@xiaomi.com> Co-authored-by: xuxin19 <xuxin19@xiaomi.com>
This commit is contained in:
parent
f512f5e8a9
commit
46f3477d2f
|
@ -887,7 +887,7 @@
|
|||
|
||||
/* Pre-processor */
|
||||
|
||||
# define CONFIG_CPP_HAVE_VARARGS 1 /* Supports variable argument macros */
|
||||
# undef CONFIG_CPP_HAVE_VARARGS /* No variable argument macros */
|
||||
|
||||
/* Intriniscs */
|
||||
|
||||
|
|
Loading…
Reference in New Issue