TommyKaneko / Sketchup-API-C-Wrapper

A complete set of C++ Wrapper classes for SketchUp C API objects
MIT License
29 stars 8 forks source link

Raise error level #43

Open thomthom opened 6 years ago

thomthom commented 6 years ago

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