1
0
mirror of https://frontier.innolan.net/rainlance/amiga-ntimed.git synced 2026-05-05 22:57:43 +00:00

Fix some printf-format issues.

This commit is contained in:
Poul-Henning Kamp
2014-12-21 22:56:50 +00:00
parent 45af90e98a
commit f3810d710b
5 changed files with 17 additions and 7 deletions

View File

@@ -85,6 +85,14 @@
*/
#define __match_proto__(xxx) /*lint -e{818} */
/**********************************************************************
* Compiler tricks
*/
#ifndef __printflike
#define __printflike(a, b)
#endif
/**********************************************************************
* Mini object type checking
*