Re: [Iup-users] CID 341010 (#1 of 1): 'Constant' variable guards dead code (DEADCODE)

2019-05-29 Thread Antonio Scuri
Fixed and committed to the SVN. Em sáb, 25 de mai de 2019 às 10:10, Ranier VF escreveu: > Hi, > --- \dll\iup\a\src\win\iupwin_label.c Tue Nov 27 17:25:24 2018 > +++ iupwin_label.c Sat May 25 10:09:27 2019 > @@ -44,7 +44,7 @@ >int xpad = ih->data->horiz_padding, >ypad = ih->dat

[Iup-users] CID 341010 (#1 of 1): 'Constant' variable guards dead code (DEADCODE)

2019-05-25 Thread Ranier VF
Hi, --- \dll\iup\a\src\win\iupwin_label.c Tue Nov 27 17:25:24 2018 +++ iupwin_label.c Sat May 25 10:09:27 2019 @@ -44,7 +44,7 @@ int xpad = ih->data->horiz_padding, ypad = ih->data->vert_padding; int x, y, width, height, bpp; - HBITMAP hBitmap, hMask = NULL; + HBITMAP hBitmap