Compiler Warning (level 4) C4053
one void operand for '?:'
The ?:
operator is given an expression of type void
. The value of the void
operand is undefined.
เบราว์เซอร์นี้ไม่ได้รับการสนับสนุนอีกต่อไป
อัปเกรดเป็น Microsoft Edge เพื่อใช้ประโยชน์จากคุณลักษณะล่าสุด เช่น การอัปเดตความปลอดภัยและการสนับสนุนด้านเทคนิค
one void operand for '?:'
The ?:
operator is given an expression of type void
. The value of the void
operand is undefined.