freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] MSVC build woes !


From: Werner LEMBERG
Subject: Re: [ft-devel] MSVC build woes !
Date: Tue, 11 Jun 2013 15:00:41 +0200 (CEST)

>> Please send me all the warnings.  The removal is of temporary
>> nature only: I'm going to re-add this pragma as soon as I know what
>> it exactly suppresses (I don't have MSVC).
> 
> Hi Werner, I understand.  Here's a good example to get you started.
> [...]

Thanks for the explanations!  What I really want to do is to limit the
pragma (if we can't get rid of it, as you suggest) with

   #pragma warning(push)
   ...
   #pragma warning(pop)

so that only the offending code gets controlled by the pragma instead
of all compilation units.  So please send me the complete log of a
FreeType compilation (compressed if necessary).


    Werner



reply via email to

[Prev in Thread] Current Thread [Next in Thread]