Skip to content

Commit 85ed5fc

Browse files
committed
src: suppress warnings in uvwasi.c
Defined `_GNU_SOURCE` to suppress warnings thrown during node build from scratch. Refs: nodejs/node#31139
1 parent 75b389c commit 85ed5fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/uvwasi.c

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include <stdlib.h>
2+
#define _GNU_SOURCE
23
#include <string.h>
34

45
#ifndef _WIN32

0 commit comments

Comments
 (0)