Attention is currently required from: Hoernchen.
1 comment:
File src/host/trxcon/src/trxcon_fsm.c:
Patch Set #1, Line 229: %s (expected %s
Hmm, why doesn't gcc complain about wrong format string specifiers?
When using LOGPFSML(), the macro expansion chain is as follows:
LOGPFSML()
-> LOGPFSMLSRC()
-> LOGPFSMSLSRC()
-> LOGPSRC()
-> LOGPSRCC()
-> logp2() __attribute__ ((format (printf, 6, 7)))
The logp2() has the format attribute, which gives GCC a hint on format string checking.
To view, visit change 30054. To unsubscribe, or for help writing mail filters, visit settings.