#
6329e2f6 |
| 22-Jan-2018 |
Sascha Wildner <saw@online.de> |
Fix gcc80 -Wnonnull-compare.
For arguments that are checked against NULL in the function, we don't want a nonnull attribute, because that will cause the NULL check to be optimized away in higher -O
Fix gcc80 -Wnonnull-compare.
For arguments that are checked against NULL in the function, we don't want a nonnull attribute, because that will cause the NULL check to be optimized away in higher -O levels and it will also trigger a -Wnonnull-compare warning.
See also 0f037c78525bfb7df49de8338826e15137859b1d commit message.
show more ...
|