notepad-plus-plus-legacy/PowerEditor/visual.net
Silent 6b5144d176 Fix format specifier warnings - /Wv:18 can now be removed
As a follow up to my previous pull request, this PR fixes the last remaining improper format specifiers. This allows to remove /Wv:18 compilation flag completely, since (presumably) the only reason it was added in the first place were those format specifier warnings, introduced in VS2015.

Effectively, all this PR does is applying fixes suggested by the compiler (included in those warnings).

Close #4604
2018-06-27 22:35:32 +02:00
..
notepadPlus.vcxproj Fix format specifier warnings - /Wv:18 can now be removed 2018-06-27 22:35:32 +02:00
notepadPlus.vs2013.vcxproj switch from VS2013 to VS2015 & VS2017 2017-10-01 23:16:17 +02:00