]> sigrok.org Git - libsigrokdecode.git/commit
log: Enable varargs format warnings
authorDaniel Elstner <redacted>
Sun, 13 Sep 2015 19:32:27 +0000 (21:32 +0200)
committerDaniel Elstner <redacted>
Sun, 13 Sep 2015 19:32:27 +0000 (21:32 +0200)
commitfd4918101e0878be9d399a344511253f5867a646
tree4979db79a74b07692cedd34589ba01771958b6fb
parent9fb7e7fe2c7edafdeedf1976d1723ffe557c8a7c
log: Enable varargs format warnings

Decorate srd_log() with the GCC format printf attribute so that the
compiler can check the format string and arguments for consistency.

Also remove the srd_err(), sr_warn(), etc. functions and replace
them with macro wrappers around srd_log().
libsigrokdecode-internal.h
log.c