We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1991bd commit 56b1444Copy full SHA for 56b1444
1 file changed
deps/uv/uv.gyp
@@ -188,6 +188,9 @@
188
'-Wall',
189
'-Wextra',
190
'-Wno-unused-parameter',
191
+ # `uv_cpu_info_t.model` is exposed as `const char*`, but libuv frees
192
+ # the owned buffer internally via `uv__free(void*)`.
193
+ '-Wno-incompatible-pointer-types-discards-qualifiers',
194
'-Wstrict-prototypes',
195
],
196
'OTHER_CFLAGS': [ '-g', '--std=gnu11' ],
0 commit comments