>> 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

_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to