Commit: c3c6b4c905abc40d7c9c2ca8fad5252cb1057301
Parent: 332695078487a91376d8dd5ab9f8121118ab63b7
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2018-05-28 11:28:57
Tree: bfa62aba1b39ef3953dc882604dceee3da80ca26

shared/io-ell: Fix compiler error with GCC 8.0 This fixes the following error: src/shared/io-ell.c: In function ‘io_set_disconnect_handler’: src/shared/io-ell.c:117:7: error: cast between incompatible function types from ‘io_callback_func_t’ {aka ‘_Bool (*)(struct io *, void *)’} to ‘void (*)(struct l_io *, void *)’ [-Werror=cast-function-type] (l_io_disconnect_cb_t) callback, ^

Diffstat

M src/shared/io-ell.c | 3 +- -

1 files changed, 1 insertions(+), 2 deletions(-)

View Full Diff | Patch