From a0b1354583797e713000810ec7d9b2f73ae59ec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Sat, 26 Mar 2016 13:03:39 +0100 Subject: Fix compile errors when compiling w/o zlib Change-Id: I443cd0d4a143e456e11b5939891312a0501770a0 Reviewed-on: https://code.wireshark.org/review/14636 Reviewed-by: Jaap Keuter Petri-Dish: Jaap Keuter Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- editcap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editcap.c') diff --git a/editcap.c b/editcap.c index fded5caa13..225e9791df 100644 --- a/editcap.c +++ b/editcap.c @@ -926,7 +926,7 @@ get_editcap_compiled_info(GString *str) } static void -get_editcap_runtime_info(GString *str) +get_editcap_runtime_info(GString *str _U_) { /* zlib */ #if defined(HAVE_LIBZ) && !defined(_WIN32) -- cgit v1.2.1