我需要我的代码是完全符合ANSI标准,如在Unix系统中使用此命令行:
gcc -ansi -Wall -pedantic code.c -o code...
我如何(手动)使用这些标准编译代码,或者Eclipse中是否有任何设置可以实现此标准?非常感谢!
wr98u20j1#
转到Project\Properties\C/C++ Build\Settings然后查找:'Miscellaneous'并选中'Support ANSI Programs','Warnings'并选中'Pedantic','Pedanticwarnings as error','All warnings','Debugging'并选择首选的调试标准,'Optimisations'然后选择任何级别。
1条答案
按热度按时间wr98u20j1#
转到Project\Properties\C/C++ Build\Settings
然后查找:
'Miscellaneous'并选中'Support ANSI Programs','Warnings'并选中'Pedantic','Pedanticwarnings as error','All warnings','Debugging'并选择首选的调试标准,'Optimisations'然后选择任何级别。