deadem / notepad-pp-linter

Notepad++ Linter. Realtime code check against any checkstyle-compatible linter: jshint, eslint, jscs, phpcs, csslint etc
MIT License
37 stars 7 forks source link

Cpp20 compatibility #30

Closed ThosRTanner closed 1 year ago

ThosRTanner commented 1 year ago

These changes will make the plugin build with c++20.

Also a couple of small tweaks to remove some unnecessary casting, and a couple of (void) casts to explicitly ignore return values.