author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 24 Jul 2016 19:23:59 +0000 (21:23 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 24 Jul 2016 19:25:55 +0000 (21:25 +0200) | ||
commit | e906ccdb0f0f7671551b16c7a91bd67447f393d3 | |
tree | 509ab2f55aa9c443cf2b50172bd5f623f119db0c | tree | snapshot |
parent | 667893e9be8a3a3f608d4b8550be9170732a0747 | commit | diff |
libcollectdclient: fix compiler warning on Solaris
CC libcollectdclient_la-client.lo
"client.c", line 1104: argument #4 is incompatible with prototype:
prototype: pointer to function(pointer to const void, pointer to const void) returning int : "/usr/include/iso/stdlib_iso.h", line 134
argument : pointer to void
CC libcollectdclient_la-client.lo
"client.c", line 1104: argument #4 is incompatible with prototype:
prototype: pointer to function(pointer to const void, pointer to const void) returning int : "/usr/include/iso/stdlib_iso.h", line 134
argument : pointer to void
src/libcollectdclient/client.c | diff | blob | history | |
src/libcollectdclient/collectd/client.h | diff | blob | history |