[Bug 56878] Checking whether unsigned int is less than zero is useless

2015-11-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56878 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 56878] Checking whether unsigned int is less than zero is useless

2014-08-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56878 --- Comment #2 from Chuck Caldarale --- (In reply to Konstantin Kolinko from comment #1) > What header defines size_t ? Is it platform-dependent? > > Passing "-1" as a size might be a valid use case (in theory). No, size_t is defined to b

[Bug 56878] Checking whether unsigned int is less than zero is useless

2014-08-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56878 --- Comment #1 from Konstantin Kolinko --- (In reply to Christopher Schultz from comment #0) > I just saw this when compiling with clang on Mac OS X (partially because > clang shows all warnings and errors in BIG BOLD SUPER HIGHLIGHTED TEXT