From f18724e0166acb369f7c7f16a26bc773cc2794d3 Mon Sep 17 00:00:00 2001 From: heckflosse Date: Tue, 4 Jun 2019 16:30:22 +0200 Subject: [PATCH] Silence some warnings --- rtengine/dcraw.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rtengine/dcraw.cc b/rtengine/dcraw.cc index 68934314e..ae8aefa91 100644 --- a/rtengine/dcraw.cc +++ b/rtengine/dcraw.cc @@ -4,6 +4,9 @@ #if (__GNUC__ >= 6) #pragma GCC diagnostic ignored "-Wmisleading-indentation" #endif +#if (__GNUC__ >= 9) +#pragma GCC diagnostic ignored "-Wmaybe-uninitialized" +#endif #endif /*RT*/#include