iotools
iotools copied to clipboard
misc.c: variadic params for cpuid command on x86 only
As the cpuid command is only compiled on x86, make the creation of variadic
parameters structure also x86-specific. This prevents the warning for unused
variable cpuid_params
(which gets escalated to an error due to -Werror
).
Fixes #23 .