warning: operation on ‘i’ may be undefined

unsigned int count;

count = (++count)%10;

会出现上述告警‘i’ may be undefined

posted @ 2022-03-09 11:18  cogitoergosum  阅读(118)  评论(0编辑  收藏  举报