1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-17 18:07:02 +00:00

dpd/gif suppress warnings; tests refresh svgs, dpd examples

This commit is contained in:
gitlost
2020-08-04 00:36:27 +01:00
parent fd9aa785ab
commit 4ddcfb3613
17 changed files with 88 additions and 78 deletions

View File

@@ -286,7 +286,7 @@ INTERNAL int gif_pixel_plot(struct zint_symbol *symbol, char *pixelbuf) {
int paletteSize;
statestruct State;
int transparent_index;
int bgindex, fgindex;
int bgindex = -1, fgindex = -1;
unsigned char backgroundColourIndex;
unsigned char RGBCur[3];