From d94e3725ecb2282d802e1241df4e491cc7da6720 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 2 Oct 2013 08:17:23 +0200 Subject: ifpps: Mark omit_header parameter to screen_main() as unused Otherwise we get a warning when compiling with "-W -Wall". Signed-off-by: Tobias Klauser --- ifpps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ifpps.c') diff --git a/ifpps.c b/ifpps.c index 02bb6af..1cdd9b1 100644 --- a/ifpps.c +++ b/ifpps.c @@ -1122,7 +1122,7 @@ static void screen_update(WINDOW *screen, const char *ifname, const struct ifsta static int screen_main(const char *ifname, uint64_t ms_interval, unsigned int top_cpus, bool suppress_warnings, - bool omit_header) + bool omit_header __maybe_unused) { int first = 1, key; u32 rate = device_bitrate(ifname); -- cgit v1.2.3-54-g00ecf