You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are quite some errors when compiling with Visual Studio 2013/2015, some caused by missing UTF8-BOM's, some because of using 'insecure' string operations in freetype, and some because of the stringify methods used in the examples.
Here is a small patch on how those could be fixed: fix_warnings.patch
The text was updated successfully, but these errors were encountered:
There are quite some errors when compiling with Visual Studio 2013/2015, some caused by missing UTF8-BOM's, some because of using 'insecure' string operations in freetype, and some because of the stringify methods used in the examples.
Here is a small patch on how those could be fixed: fix_warnings.patch
The text was updated successfully, but these errors were encountered: