aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/ws_cpuid.h
diff options
context:
space:
mode:
authorAndersBroman <a.broman@bredband.net>2014-06-10 10:56:36 +0200
committerAnders Broman <a.broman58@gmail.com>2014-06-10 08:58:42 +0000
commite1f0ee412f327d7385f088b6e10420badc37a62f (patch)
treee79f781fae87d4853063c1f086e55430678d5ba3 /wsutil/ws_cpuid.h
parent5cff2b6d03568e4279b1664769053b13c0cc9ec9 (diff)
Mark an unused parameter as such.
Change-Id: Ia319d7b8523ab9b9e9d8ec8533ebdcf4a506a69e Reviewed-on: https://code.wireshark.org/review/2096 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'wsutil/ws_cpuid.h')
-rw-r--r--wsutil/ws_cpuid.h2
1 files changed, 1 insertions, 1 deletions
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;