Skip to content

build: fixed clang's warning when building openssl.

clang doesn't seem to support 'Wno-old-style-declaration', this is a work-around.

Fixes: https://github.com/nodejs/node/issues/25550 Refs: https://github.com/nodejs/node-v0.x-archive/issues/4186

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

Merge request reports

Loading