mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-27 21:44:13 -04:00
Silence signed compiler warnings
This commit is contained in:
parent
3893f6f158
commit
50a48c1294
1 changed files with 2 additions and 2 deletions
|
@ -491,9 +491,9 @@ int gif_pixel_plot(struct zint_symbol *symbol, int image_height, int image_width
|
|||
|
||||
/* call lzw encoding */
|
||||
byte_out = gif_lzw(
|
||||
lzwoutbuf,
|
||||
(unsigned char *) lzwoutbuf,
|
||||
image_height * image_width,
|
||||
rotated_bitmap,
|
||||
(unsigned char *) rotated_bitmap,
|
||||
image_height * image_width);
|
||||
if (byte_out <= 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue