Turn off the warnings due to boost library
Posted
by Rahul
on Stack Overflow
See other posts from Stack Overflow
or by Rahul
Published on 2010-03-16T05:22:22Z
Indexed on
2010/03/16
5:26 UTC
Read the original article
Hit count: 685
Hello All,
I am building an application in C++, Mac OS X, Qt and using boost libraries. Every time i build a project I get a huge list of warnings only from boost libraries itself. I want to turn off them so that I can see only my project specific warnings and errors.
Can anybody help me?
Thanks, Rahul
© Stack Overflow or respective owner