Unverified Commit 5454c122 authored by Michaël Zasso's avatar Michaël Zasso
Browse files

src: disable unfixable MSVC warnings

The following warnings are disabled:
- C4065 in node_revert.h: there are no security reversions on the master
  branch.
- C4003 in base64-inl.h: a macro is used four times, only once without
  parameters.

PR-URL: https://github.com/nodejs/node/pull/37334


Reviewed-By: default avatarJames M Snell <jasnell@gmail.com>
parent d1f1fcfe
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment