Skip to content

Invalid warning option on MSVC #95

Closed
@phprus

Description

@phprus

File: https://github.com/gulrak/filesystem/blob/master/cmake/GhcHelper.cmake#L53

Invalid option: /wd"4996" (error: cl : Command line error D8021 : invalid numeric argument '/wd"4996"')

Correct option: /wd4996 (MSDN: https://docs.microsoft.com/en-us/cpp/error-messages/compiler-warnings/compiler-warning-level-3-c4996?view=msvc-160)

Metadata

Metadata

Assignees

Labels

WindowsWindows platform is affectedavailable on masterFix is done on master branch, issue closed on next release

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions