File: documentation

package info (click to toggle)
widelands 1%3A12-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 118,052 kB
  • ctags: 9,799
  • sloc: cpp: 71,051; python: 1,368; ada: 444; sh: 292; makefile: 282; objc: 274
file content (4 lines) | stat: -rw-r--r-- 232 bytes parent folder | download | duplicates (3)
1
2
3
4
These were added to find stuff that makes the code "even more annying to
read" for Nicolai. It detects uses of the const keyword inside casts,
that have no effect, such as "static_cast<const uint32_t>" or
"dynamic_cast<T * const>".