Your message dated Fri, 6 May 2016 23:06:42 -0400
with message-id <[email protected]>
and subject line Bug#794022: comparison of unsigned expression < 0 is always
false
has caused the Debian Bug report #794022,
regarding avrdude: warning: comparison of unsigned expression < 0 is always
false [-Wtype-limits]
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
794022: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794022
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: avrdude
Version: 6.1-4
Compiling avrdude with -Wextra reveals two cases of unreachable code due to a
comparison unsigned < 0:
avrftdi.c: In function ‘set_frequency’:
avrftdi.c:201:14: warning: comparison of unsigned expression < 0 is always
false [-Wtype-limits]
if (divisor < 0) {
^
usb_libusb.c: In function ‘usbdev_recv_frame’:
usb_libusb.c:543:14: warning: comparison of unsigned expression < 0 is always
false [-Wtype-limits]
if (nbytes < 0)
^
--- End Message ---
--- Begin Message ---
Control: fixed -1 6.2-1
Fixed in upstream release 6.2.
signature.asc
Description: OpenPGP digital signature
--- End Message ---