Skip to content

build,win: disable DLL-interface warnings

Rodrigo Muino Tomonari requested to merge github/fork/piscisaureus/warnings into master

Compiling node with vcbuild generates 10,000s of these warnings, originating from v8.h. This makes it impossible to read any other diagnostic messages.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows [commit guidelines]

Merge request reports

Loading