MCPcopy Create free account
hub / github.com/PlatformLab/NanoLog / checkFormat

Function checkFormat

runtime/NanoLogCpp17.h:1044–1046  ·  view source on GitHub ↗

* 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 */

Source from the content-addressed store, hash-verified

1042 * format parameters
1043 */
1044static void
1045__attribute__ ((format (printf, 1, 2)))
1046checkFormat(const char *, ...) {}
1047
1048
1049/**

Callers 1

NanoLogCpp17.hFile · 0.85

Calls 1

formatFunction · 0.85

Tested by

no test coverage detected