Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Logger.h: remove pragma, correct attributes | Ulrich Sibiller | 2019-03-01 | 1 | -9/+4 |
| | | | | | | | | | | | | Instead of using a pragma which will be valid for the whole file this only affects the functions where it is actually required and supresses "format string is not a string literal" warnings. According to GCC documentation the second attribute parameter should be 0: "For functions where the arguments are not available to be checked (such as vprintf), specify the third parameter as zero". | ||||
* | Logger.h: fix missing compiler attribute | Ulrich Sibiller | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | Fix: clang does not know about gnu_printf | Ulrich Sibiller | 2019-03-01 | 1 | -4/+4 |
| | | | | Found via Travis CI | ||||
* | nxcompshad: silence GCC warnings | Ulrich Sibiller | 2017-12-28 | 1 | -0/+5 |
| | | | | Fixes ArcticaProject/nx-libs#572 | ||||
* | nxcompshad: Rewrite Logger class methods to properly take advantage of the ↵ | Mike Gabriel | 2017-07-13 | 1 | -4/+4 |
| | | | | 'gnu_printf' format attribute. | ||||
* | nxcompshad: Switch to autoreconf. | Mike Gabriel | 2017-07-13 | 1 | -0/+167 |