Bug 12644 - lib/util/idtree.c
Summary: lib/util/idtree.c
Status: RESOLVED FIXED
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: Build (show other bugs)
Version: 4.8.0
Hardware: x64 Mac OS X
: P5 normal (vote)
Target Milestone: ---
Assignee: Samba QA Contact
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-11 17:02 UTC by Ruga
Modified: 2018-04-25 10:01 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ruga 2017-03-11 17:02:19 UTC
[ 497/3257] Compiling lib/util/idtree.c
../lib/util/idtree.c:153:33: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
                if ((id >= MAX_ID_BIT) || (id < 0))
                                           ~~ ^ ~