From 92d2f6d61e136fd1ec4ee9e3f732441f7da9c74e Mon Sep 17 00:00:00 2001 From: Michael Zimmermann Date: Mon, 10 Jul 2017 20:33:30 +0200 Subject: [PATCH] tools: lkl: fix compiling with Wstrict-prototypes Signed-off-by: Michael Zimmermann --- tools/lkl/include/lkl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/lkl/include/lkl.h b/tools/lkl/include/lkl.h index 16a2caa7f5b1f3..ec1a9ff115d21d 100644 --- a/tools/lkl/include/lkl.h +++ b/tools/lkl/include/lkl.h @@ -414,7 +414,7 @@ struct lkl_netdev *lkl_netdev_macvtap_create(const char *path, int offload); * If you run the program from shell script, make sure you ignore SIGTSTP by * "trap '' TSTP" in the shell script. */ -void lkl_register_dbg_handler(); +void lkl_register_dbg_handler(void); /** * lkl_add_neighbor - add a permanent arp entry