iotools icon indicating copy to clipboard operation
iotools copied to clipboard

misc.c: variadic params for cpuid command on x86 only

Open samek-h opened this issue 3 years ago • 0 comments

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 .

samek-h avatar Aug 28 '21 20:08 samek-h