author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Wed, 6 Apr 2016 08:10:59 +0000 (10:10 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Wed, 6 Apr 2016 08:10:59 +0000 (10:10 +0200) | ||
commit | 7c12e91a91bc5eebcf6e60d70f5c1caaa7d5c8d6 | |
tree | 1db1497d8dc129c5f5960ae4f22f54d0f4e4fe42 | tree | snapshot |
parent | 09c12e0e1e0ef340a7074146684650ed54cba64d | commit | diff |
disk plugin: fix build on Solaris
CC disk_la-disk.lo
disk.c:296:13: error: ‘submit_io_time’ defined but not used
[-Werror=unused-function]
static void submit_io_time (char const *plugin_instance, derive_t
io_time, derive_t weighted_time)
^
cc1: all warnings being treated as errors
Thanks @dago for letting me know.
CC disk_la-disk.lo
disk.c:296:13: error: ‘submit_io_time’ defined but not used
[-Werror=unused-function]
static void submit_io_time (char const *plugin_instance, derive_t
io_time, derive_t weighted_time)
^
cc1: all warnings being treated as errors
Thanks @dago for letting me know.
src/disk.c | diff | blob | history |