* No-Op function that triggers the GNU preprocessor's format checker for * printf format strings and argument parameters. * * \param format * printf format string * \param ... * format parameters */
| 1042 | * format parameters |
| 1043 | */ |
| 1044 | static void |
| 1045 | __attribute__ ((format (printf, 1, 2))) |
| 1046 | checkFormat(const char *, ...) {} |
| 1047 | |
| 1048 | |
| 1049 | /** |