warning C4101: ✀fp✀ : unreferenced local variable. 该如何解决?急用!

2024-11-22 15:28:52
推荐回答(1个)
回答1:

局部变量fp定义了之后没有使用
把fp删掉就成了
waring一般不用担心,要担心的是error