Fix some warnings/errors of type
[metze/wireshark/wip.git] / wsutil / ws_version_info.c
index 902959889297729866899eb135a768ec4977ae3e..8298e8226eace2aa4c67c6b7e2b2d16bad3a68e9 100644 (file)
@@ -126,7 +126,7 @@ get_compiled_version_info(void (*prepend_info)(GString *),
  * Get the CPU info, and append it to the GString
  */
 static void
-get_cpu_info(GString *str _U_)
+get_cpu_info(GString *str)
 {
        guint32 CPUInfo[4];
        char CPUBrandString[0x40];