From 5d7b59aec4f2f330870ec8fb725927c26eae7bd5 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Tue, 10 Jun 2014 10:59:55 +0200 Subject: Fix Buildbot Mac OS: /wsutil/ws_cpuid.h:56: warning: unused parameter 'CPUInfo' Change-Id: Ic0b0d5392ff049cc51f05b79fc5feae190064ce8 Reviewed-on: https://code.wireshark.org/review/2097 Reviewed-by: Alexis La Goutte --- wsutil/ws_cpuid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wsutil/ws_cpuid.h') diff --git a/wsutil/ws_cpuid.h b/wsutil/ws_cpuid.h index 9412fa1f4d..0f207490ef 100644 --- a/wsutil/ws_cpuid.h +++ b/wsutil/ws_cpuid.h @@ -63,7 +63,7 @@ ws_cpuid(guint32 *CPUInfo _U_, int selector _U_) #else /* Other compilers */ static int -ws_cpuid(guint32 *CPUInfo, int selector _U_) +ws_cpuid(guint32 *CPUInfo _U_, int selector _U_) { return 0; } -- cgit v1.2.3