summaryrefslogtreecommitdiffstats
path: root/src/gvcore/qxcfi.cpp
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2024-02-25 04:49:11 +0300
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-08 10:37:19 +0900
commitf9cd02afd1dd2fda167df0dbb3a7347b999e4517 (patch)
treea9be09925577f8f6bcbf5f70a4e8ecbde68e19d8 /src/gvcore/qxcfi.cpp
parente00293c122b5f29d0790e6edcbdffc49e3449df9 (diff)
downloadgwenview-f9cd02afd1dd2fda167df0dbb3a7347b999e4517.tar.gz
gwenview-f9cd02afd1dd2fda167df0dbb3a7347b999e4517.zip
Suppress several warnings
Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 430301a436a5526961c95810cd1d9057956a6d08)
Diffstat (limited to 'src/gvcore/qxcfi.cpp')
-rw-r--r--src/gvcore/qxcfi.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gvcore/qxcfi.cpp b/src/gvcore/qxcfi.cpp
index a6f2194..afd414f 100644
--- a/src/gvcore/qxcfi.cpp
+++ b/src/gvcore/qxcfi.cpp
@@ -530,7 +530,7 @@ void XCFImageFormat::initializeImage ( XCFImage& xcf_image )
image.fill( tqRgb( 255, 255, 255 ) );
break;
} // else, fall through to 32-bit representation
-
+ // fall through
case RGBA_GIMAGE:
image.create( xcf_image.width, xcf_image.height, 32 );
image.fill( tqRgba( 255, 255, 255, 0 ) );
@@ -546,7 +546,7 @@ void XCFImageFormat::initializeImage ( XCFImage& xcf_image )
image.fill( 255 );
break;
} // else, fall through to 32-bit representation
-
+ // fall through
case GRAYA_GIMAGE:
image.create( xcf_image.width, xcf_image.height, 32 );
image.fill( tqRgba( 255, 255, 255, 0 ) );