^.^ - http://goo.gl/GDIO
Labels
acm
c++
euler
firefox
matlab
opencv
opengl
Programming
python
pythonlib
ubuntu
15 Aug 2012
禁用VS显示某些warning
Email This
BlogThis!
Share to X
Share to Facebook
Share to Pinterest
编译程序时,经常碰到Warning C1234: ***这种的警告信息,虽然warning不影响程序的编译运行,但是在编译信息中跟error混在一起非常影响debug,禁止其显示的办法:
在工程设置中,C/C++这一页最后一个命令行中加入: /wd1234即可.
应该是wd应该是WarningDisable的意思,如果像禁用多个warning,挨着加入/wd1234 /wd2345即可.
No comments :
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments ( Atom )
No comments :
Post a Comment