gpt4 book ai didi

c - 无符号字符右移到 8 位收到警告

转载 作者:行者123 更新时间:2023-11-30 14:26:00 25 4
gpt4 key购买 nike

psApdu->ble>>8

当我在 Visual Studio 中编译此语句时,

errorC220: warning treated as error - no 'object' file generated.

warning C4333: '>>' right shift by too large amount, data loss

为什么会出现这个警告

info: ble 是结构体 psApdu 的一个 unsigned char 字段

最佳答案

这是非常巧妙地试图指出,采用 8 位数量并将其右移 8 位不会留下任何输入,因此结果通常不太可能有很多用处.

关于c - 无符号字符右移到 8 位收到警告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9732192/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com