From beacf493dc4c8a62148ed75e959688d676ce0243 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 21 Nov 2017 16:30:48 +0000 Subject: silence warning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I22e37ed4be19a39c061015f81938ab2d854db9b5 Reviewed-on: https://gerrit.libreoffice.org/45042 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- vcl/source/outdev/font.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl') diff --git a/vcl/source/outdev/font.cxx b/vcl/source/outdev/font.cxx index 9a44a10fb469..382400fe4eaf 100644 --- a/vcl/source/outdev/font.cxx +++ b/vcl/source/outdev/font.cxx @@ -867,7 +867,7 @@ vcl::Font OutputDevice::GetDefaultFont( DefaultFontType nType, LanguageType eLan { if( !pOutDev ) { - SAL_WARN ("vcl.gdi", "No default window has been set for the application - we really shouldn't be able to get here"); + SAL_WARN_IF(!utl::ConfigManager::IsFuzzing(), "vcl.gdi", "No default window has been set for the application - we really shouldn't be able to get here"); sal_Int32 nIndex = 0; aFont.SetFamilyName( aSearch.getToken( 0, ';', nIndex ) ); } -- cgit v1.2.3