mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-11-22 07:28:07 +00:00
a631012463
this PR fixes this compiler warning: bddisasm_crt.c bdx86_decoder.c bdx86_decoder.c: In function ‘NdFetchData’: bdx86_decoder.c:104:12: warning: operand of ‘?:’ changes signedness from ‘int’ to ‘long unsigned int’ due to unsignedness of other operand [-Wsign-compare] 104 | (2 == Size) ? ND_FETCH_16(Buffer) : | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 105 | 0; | ~ bdx86_formatter.c bdx86_helpers.c Disasm library in ../bin/x64/Debug/libbddisasm.a bddisasm_crt.c bdx86_decoder.c bdx86_decoder.c: In function ‘NdFetchData’: bdx86_decoder.c:104:12: warning: operand of ‘?:’ changes signedness from ‘int’ to ‘long unsigned int’ due to unsignedness of other operand [-Wsign-compare] 104 | (2 == Size) ? ND_FETCH_16(Buffer) : | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 105 | 0; | ~ bdx86_formatter.c bdx86_helpers.c Disasm library in ../bin/x64/Release/libbddisasm.a bdshemu.c bdshemu_x86.c Shemu library in ../bin/x64/Debug/libbdshemu.a bdshemu.c bdshemu_x86.c Shemu library in ../bin/x64/Release/libbdshemu.a |
||
---|---|---|
.. | ||
include | ||
bddisasm_crt.c | ||
bddisasm.vcproj | ||
bddisasm.vcxproj | ||
bddisasm.vcxproj.filters | ||
bdx86_decoder.c | ||
bdx86_formatter.c | ||
bdx86_helpers.c | ||
Makefile |