mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-06 03:27:30 +00:00
Suppress some pedantic warnings, props codemonkey82 (#204)
This commit is contained in:
@@ -94,7 +94,7 @@ INTERNAL int tif_pixel_plot(struct zint_symbol *symbol, unsigned char *pixelbuf)
|
||||
int samples_per_pixel;
|
||||
int pixels_per_sample;
|
||||
unsigned char map[128];
|
||||
tiff_color_t color_map[256] = {0};
|
||||
tiff_color_t color_map[256] = {{0}};
|
||||
unsigned char palette[32][5];
|
||||
int color_map_size = 0;
|
||||
int extra_samples = 0;
|
||||
|
||||
Reference in New Issue
Block a user