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: Alexei Podtelezhnikov
Subject: Re: [ft2-demos][win32] Compiler Warnings
Date: Tue, 28 Jul 2020 10:36:29 -0400

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



reply via email to

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