close






C/C++
code












1


2


3


4


5


6


7


8





#include 



using
 namespace std;



int
 main()



{



    
cout << "Hello world!" << endl;



    
int a;



    
return 0;



}










/home/orighost/work/Demo2/main.cpp|8|警告: 未使用的变量‘a’ [-Wunused-variable]|


||=== Build finished: errors, warnings ===|






把compiler flags(右键build option中)的值改为:

-g -Wall


arrow
arrow
    全站熱搜
    創作者介紹
    創作者 lsx121924 的頭像
    lsx121924

    lsx121924的部落格

    lsx121924 發表在 痞客邦 留言(0) 人氣()