Kitware / KWStyle

Kitware Style Checker
Other
53 stars 30 forks source link

Fix format overflow warning #98

Closed dzenanz closed 3 years ago

dzenanz commented 3 years ago

Example message:

KWStyle/kwsCheckLineLength.cxx:83:27: warning: '%ld' directive writing between 1 and 20 bytes into a region of size 10 [-Wformat-overflow=]

dzenanz commented 3 years ago

Problem was identified in https://github.com/InsightSoftwareConsortium/ITKModuleTemplate/pull/110.