Invalid warning option on MSVC #95
Labels
available on master
Fix is done on master branch, issue closed on next release
Windows
Windows platform is affected
Milestone
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)The text was updated successfully, but these errors were encountered: