nodejs / uvwasi

WASI syscall API built atop libuv
MIT License
226 stars 50 forks source link

macro redefined warning in upstream Node.js #142

Closed gengjiawen closed 4 years ago

gengjiawen commented 4 years ago
[1017/2806] CC obj/deps/uvwasi/src/uvwasi.uvwasi.o
In file included from ../../deps/uvwasi/src/uvwasi.c:25:
../../deps/uvwasi/src/debug.h:10:10: warning: 'DEBUG' macro redefined [-Wmacro-redefined]
# define DEBUG(fmt, ...)
         ^
<command line>:8:9: note: previous definition is here
#define DEBUG 1
        ^
1 warning generated.
gengjiawen commented 4 years ago

Maybe rename to UV_DEBUG ?