-
Notifications
You must be signed in to change notification settings - Fork 1
RFR: Enable All Compiler Warnings #373
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Currently Level-4 warnings are enabled, however that does not include signed-unsigned implicit conversion warning which I believe is crucial.
However, WAll cannot be enabled easily since compiler will throw a lot of warnings for the std lib.
Therefore, excludes and/or warning suppression shall be also defined before this.
I also think probably we should upgrade Visual Studio first because probably MS has already fixed such warnings in the std lib so then we have to make less suppressions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request