[Libreoffice-commits] core.git: vcl/source
Caolán McNamara
caolanm at redhat.com
Thu Feb 15 20:51:22 UTC 2018
vcl/source/filter/jpeg/jpegc.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6864b7d9b72d85cc7f8be19136708eaebae1bfe4
Author: Caolán McNamara <caolanm at redhat.com>
Date: Thu Feb 15 15:26:20 2018 +0000
for fuzzing, reduce allowed warnings again
Change-Id: I60c388db280f8178a5a17354b1f68e7bea9560f6
Reviewed-on: https://gerrit.libreoffice.org/49828
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/vcl/source/filter/jpeg/jpegc.cxx b/vcl/source/filter/jpeg/jpegc.cxx
index 8a8ea3707379..5b36ba3f1e7c 100644
--- a/vcl/source/filter/jpeg/jpegc.cxx
+++ b/vcl/source/filter/jpeg/jpegc.cxx
@@ -72,7 +72,7 @@ extern "C" void outputMessage (j_common_ptr cinfo)
static int GetWarningLimit()
{
- return utl::ConfigManager::IsFuzzing() ? 100 : 1000;
+ return utl::ConfigManager::IsFuzzing() ? 10 : 1000;
}
extern "C" void emitMessage (j_common_ptr cinfo, int msg_level)
More information about the Libreoffice-commits
mailing list