Code

Added __attribute__((format(printf, ...))) where appropriate.
authorSebastian Harl <sh@tokkee.org>
Fri, 22 Aug 2014 06:06:04 +0000 (23:06 -0700)
committerSebastian Harl <sh@tokkee.org>
Fri, 22 Aug 2014 06:06:04 +0000 (23:06 -0700)
commitf78d30d42f9fe3b58f1c2132cafe4c8687b8bd46
tree0b482f84551c06eea7e89998c311b5e7f33d81e5
parent0cf1e027edfbefd7703b47d1ceffdd97f0e88cd5
Added __attribute__((format(printf, ...))) where appropriate.

Also, fixed various (mostly minor) issues identified this way.
src/frontend/connection.c
src/frontend/query.c
src/frontend/sock.c
src/include/core/plugin.h
src/include/core/time.h
src/include/utils/error.h
src/include/utils/strbuf.h
src/tools/sysdb/input.c
t/unit/utils/strbuf_test.c