From e1f0ee412f327d7385f088b6e10420badc37a62f Mon Sep 17 00:00:00 2001 From: AndersBroman Date: Tue, 10 Jun 2014 10:56:36 +0200 Subject: Mark an unused parameter as such. Change-Id: Ia319d7b8523ab9b9e9d8ec8533ebdcf4a506a69e Reviewed-on: https://code.wireshark.org/review/2096 Reviewed-by: Anders Broman --- 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 16e6f8b283..9412fa1f4d 100644 --- a/wsutil/ws_cpuid.h +++ b/wsutil/ws_cpuid.h @@ -53,7 +53,7 @@ ws_cpuid(guint32 *CPUInfo, int selector) #else /* (__i386__) */ static int -ws_cpuid(guint32 *CPUInfo, int selector _U_) +ws_cpuid(guint32 *CPUInfo _U_, int selector _U_) { /* TODO: need a test if older proccesors have the cpuid instruction */ return 0; -- cgit v1.2.3