Fix build with gcc

Correctly declare function without arguments as f(void) instead of f().
This commit is contained in:
Stefan Eßer 2021-04-25 10:15:17 +02:00
parent 8ea9013512
commit 6409e59427

View File

@ -365,7 +365,7 @@ fib_error_clear_flm(struct fib_lookup_module *flm)
* Clears all errors in current VNET.
*/
static void
fib_error_clear()
fib_error_clear(void)
{
struct fib_error *fe, *fe_tmp;