Critical
Things previously eliminated but returned. This should always be empty.
| BUG | Total | Description |
|---|---|---|
| inline | 9 | Do not use the inline attribute; since the compiler generally ignores this, better algorithm selection is needed to improved performance |
| asprintf | 1 | Do not use asprintf(), instead use xstrprintf() |
| hash | 1 | Do not use ` #...', instead use `#...'(some compilers only correctly parse a C preprocessor directive when `#' is the first character on the line) |
| 3 | 11 |