./src/jsapi.cpp: warning C4117: macro name '_CRT_USE_BUILTIN_OFFSETOF' is reserved, '#define' ignored
I can see (when the build fails), presumably otherwise the warning is hidden. Maybe we should remove this while we are at it.
Originally posted by @jschwe in #789 (comment)
|
"-D_CRT_USE_BUILTIN_OFFSETOF", |
./src/jsapi.cpp: warning C4117: macro name '_CRT_USE_BUILTIN_OFFSETOF' is reserved, '#define' ignoredI can see (when the build fails), presumably otherwise the warning is hidden. Maybe we should remove this while we are at it.
Originally posted by @jschwe in #789 (comment)
mozjs/mozjs-sys/build.rs
Line 536 in a841153