external/fontconfig/StaticLibrary_fontconfig.mk |   13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

New commits:
commit 7b9627b4e674c526614f5cd0a6f112ec3214bfac
Author:     Mike Kaganski <[email protected]>
AuthorDate: Sun Jan 11 09:14:45 2026 +0100
Commit:     Mike Kaganski <[email protected]>
CommitDate: Sun Jan 11 11:08:10 2026 +0100

    Use gb_StaticLibrary_set_warnings_disabled instead of -wd*
    
    Change-Id: I297270657b024fc969161c3bf4d4915a4800d2da
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/197005
    Reviewed-by: Tor Lillqvist <[email protected]>
    Tested-by: Jenkins

diff --git a/external/fontconfig/StaticLibrary_fontconfig.mk 
b/external/fontconfig/StaticLibrary_fontconfig.mk
index 7ad137a7808f..0ca2a1b095da 100644
--- a/external/fontconfig/StaticLibrary_fontconfig.mk
+++ b/external/fontconfig/StaticLibrary_fontconfig.mk
@@ -22,18 +22,9 @@ $(eval $(call gb_StaticLibrary_set_include,fontconfig,\
 
 # Ignore warnings, warnings in this code is not our problem, or is it?
 
+$(eval $(call gb_StaticLibrary_set_warnings_disabled,fontconfig))
+
 $(eval $(call gb_StaticLibrary_add_defs,fontconfig,\
-       -wd4018 \
-       -wd4090 \
-       -wd4100 \
-       -wd4189 \
-       -wd4200 \
-       -wd4245 \
-       -wd4267 \
-       -wd4456 \
-       -wd4457 \
-       -wd4701 \
-       -wd4703 \
        -DHAVE_CONFIG_H \
        -DFC_CACHEDIR='"C:/Windows/Temp"' \
        -DCONFIGDIR='"Whatever"' \

Reply via email to