author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 14 Aug 2016 18:18:47 +0000 (20:18 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 14 Aug 2016 18:20:35 +0000 (20:20 +0200) | ||
commit | f43d1b843bc886fa4180d505a216a3f5c64b2d41 | |
tree | 31742334ca42d945a33636f6cccec156912828a3 | tree | snapshot |
parent | 1a9ccb9ef0d79a9f744daf9941447f944651bd60 | commit | diff |
libcollectdclient: annotate vprintf-like function
client.c:126:21: warning: format string is not a string literal [-Wformat-nonliteral]
status = vprintf (format, ap);
^~~~~~
client.c:126:21: warning: format string is not a string literal [-Wformat-nonliteral]
status = vprintf (format, ap);
^~~~~~
src/libcollectdclient/client.c | diff | blob | history |