Open thomthom opened 6 years ago
I would recommend raising the error level from /W3 to /W4 to catch more warnings/errors.
/W3
/W4
But raising the level will flush out new errors in the project, so they needs to be addressed at the same time.
https://github.com/thomthom/Sketchup-API-C-Wrapper/blob/eba8b51aa1037ab8109255fe97cf20f943960bdb/cmake/SketchUpAPICpp.cmake#L12-L14
I would recommend raising the error level from
/W3
to/W4
to catch more warnings/errors.But raising the level will flush out new errors in the project, so they needs to be addressed at the same time.
https://github.com/thomthom/Sketchup-API-C-Wrapper/blob/eba8b51aa1037ab8109255fe97cf20f943960bdb/cmake/SketchUpAPICpp.cmake#L12-L14