aras-p / ClangBuildAnalyzer

Clang build analysis tool using -ftime-trace
The Unlicense
969 stars 60 forks source link

Fixed multiple warnings (signedness conversion, macro redefinition, etc) #88

Closed vittorioromeo closed 1 year ago

vittorioromeo commented 1 year ago

Not much to say here, just making some potentially dangerous conversions more explicit via casting and cleaning up a few more minor warnings.