diff options
| author | Thomas Holder <thomas@thomas-holder.de> | 2019-08-23 15:25:01 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2019-08-23 17:38:10 +0000 |
| commit | ac61104df7df1b452666a037aeac55d5b71da85d (patch) | |
| tree | 6240a92eebb158c8785e15342a5db7c0ecf3d0a6 /src/helper | |
| parent | Update of Czech translation (diff) | |
| download | inkscape-ac61104df7df1b452666a037aeac55d5b71da85d.tar.gz inkscape-ac61104df7df1b452666a037aeac55d5b71da85d.zip | |
Eliminate clang warnings
-Winfinite-recursion
-Wpessimizing-move
-Wunused-label
-Wunneeded-internal-declaration
-Wself-assign-overloaded
-Wunused-const-variable (some)
-Wsometimes-uninitialized (some)
Diffstat (limited to 'src/helper')
| -rw-r--r-- | src/helper/png-write.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/helper/png-write.cpp b/src/helper/png-write.cpp index 802d1372d..ba726bfb9 100644 --- a/src/helper/png-write.cpp +++ b/src/helper/png-write.cpp @@ -51,8 +51,6 @@ * working PNG reader/writer, see pngtest.c, included in this distribution. */ -static unsigned int const MAX_STRIPE_SIZE = 1024*1024; - struct SPEBP { unsigned long int width, height, sheight; guint32 background; |
