Boost logo

Boost Users :

Subject: Re: [Boost-users] [General] Warnings and pragmas in MSVC
From: Gevorg Voskanyan (v_gevorg_at_[hidden])
Date: 2009-01-14 10:54:08


Robert Jones wrote:

[snip]

> Yes, that was the conclusion I came to, and in fact I can use the properties
> on a per file basis to do this. Strangley it also works if I put
> #pragma warning( disale : 4503 )
> at the top of the .cpp file causing problems, but does not work if I put

> #pragma warning( push )
> #pragma warning( disable : 4503 )
> ...my whole .cpp file
> #pragma warning( pop )

[snip]

> Thanks,
> Rob.

Just out of curiosity, why do you put #pragma warning( push/pop ) around your .cpp file's content? Do some other files #include your .cpp?

Thanks,
Gevorg

      


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net