freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft2-demos][win32] Compiler Warnings


From: Werner LEMBERG
Subject: Re: [ft2-demos][win32] Compiler Warnings
Date: Tue, 28 Jul 2020 18:38:39 +0200 (CEST)

>> The warning is because of the ` FT_INTERNAL_FUNCTION_ATTRIBUTE'
>> macro which is defined to . So defining it to nothing fixes all the
>> warnings.
> 
> That's the thing on win32: you are not supposed to even get to
> __attribute__((visibility("hidden")).  You must use
> __declspec(dllexport), __declspec(dllimport), or nothing, GCC
> recognizes declspec.

Please improve his patch (now in git) if necessary!


    Werner



reply via email to

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