GCC(ARM) warning: comparison is always true due to limited range of data type
char ch;while((ch = getopt(argc,argv,"d:h"))!=EOF switch(ch{ case 'h' ...GCC X86 OK!GCC Arm 警告如下warning: comparison is always true due to limited range of data type改为int c
原创
2013-12-19 11:28:23 ·
1871 阅读 ·
0 评论