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(-)