Bug 12673 - default/librpc/gen_ndr/py_drsblobs.c
Summary: default/librpc/gen_ndr/py_drsblobs.c
Status: RESOLVED FIXED
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: Build (show other bugs)
Version: 4.6.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:50 UTC by Ruga
Modified: 2017-06-27 19:33 UTC (History)
1 user (show)

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:50:32 UTC
[1678/3257] Compiling default/librpc/gen_ndr/py_drsblobs.c
default/librpc/gen_ndr/py_drsblobs.c:16546:35: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
        if (ndr_table_drsblobs.num_calls < 0) {
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
default/librpc/gen_ndr/py_drsblobs.c:16627:35: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
        if (ndr_table_drsblobs.num_calls < 0) {
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
default/librpc/gen_ndr/py_drsblobs.c:16746:35: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
        if (ndr_table_drsblobs.num_calls < 0) {
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
3 warnings generated.
Comment 1 Andrew Bartlett 2017-06-27 19:30:54 UTC
Please do not bulk-report generic compiler warnings via bugzilla.  (Unless you have a tested patch). 

Some of these have already been fixed by 67040cf61232dd1cdcc820237919ac1e073c31c2 in master for 4.7

Sorry,
Comment 2 Andrew Bartlett 2017-06-27 19:33:27 UTC
Please do not bulk-report generic compiler warnings via bugzilla.  (Unless you have a tested patch). 

Some of these have already been fixed by 67040cf61232dd1cdcc820237919ac1e073c31c2 in master for 4.7

Sorry,