]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Fixed signedness warning in calls to __cpuid and cpuidex.
authorNathan Moinvaziri <nathan@nathanm.com>
Sat, 23 May 2020 14:32:41 +0000 (07:32 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sat, 30 May 2020 19:25:18 +0000 (21:25 +0200)
commitc3afff15f55bc9f574765b6caa7e6697ebf39731
tree5bfcf7f436619ddf72d5faf9047e236be96536ea
parentae8bf41f272a5792a70c79a96342dd6a366068bd
Fixed signedness warning in calls to __cpuid and cpuidex.

x86.c(29,22): warning C4057: 'function': 'int *' differs in indirection to slightly different base types from 'unsigned int [4]'
x86.c(43,24): warning C4057: 'function': 'int *' differs in indirection to slightly different base types from 'unsigned int [4]'
arch/x86/x86.c