We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c53f978 commit eeeb332Copy full SHA for eeeb332
1 file changed
FreeTypeWrapper/CMakeLists.txt
@@ -54,7 +54,6 @@ if (FREETYPE_WRAPPER_DISABLE_WARNINGS_EXTERNAL_LIBS)
54
-Wno-implicit-fallthrough
55
-Wno-shorten-64-to-32
56
-Wno-cast-align
57
- -Wno-cast-align
58
-Wno-implicit-int-conversion
59
-Wno-nonportable-system-include-path
60
-Wno-missing-noreturn
@@ -64,6 +63,8 @@ if (FREETYPE_WRAPPER_DISABLE_WARNINGS_EXTERNAL_LIBS)
64
63
-Wno-cast-function-type-strict
65
-Wno-reserved-identifier
66
-Wno-cast-function-type-mismatch
+ -Wno-implicit-void-ptr-cast
67
+ -Wno-padded
68
)
69
if (FREETYPE_WRAPPER_BUILD_FRIBIDI)
70
target_compile_options(libfribidi PRIVATE
0 commit comments