Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-13297

Compilation warnings reported by Jenkins

XMLWordPrintable

    • Sprint 24, Sprint 25
    • 0.125

           [exec] Making all in zbxcrypto
           [exec] tls.c: In function ‘zbx_x509_dn_gets’:
           [exec] tls.c:2156:3: warning: value computed is not used [-Wunused-value]
           [exec]    BIO_set_close(bio, BIO_CLOSE); /* ensure that associated memory buffer will be freed by BIO_vfree() */
           [exec]    ^
      
      comms.c:1449:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
          if (0 != (left = MIN(ZBX_TCP_LINE_LEN - s->read_bytes, ptr - buffer)))
                           ^
      comms.c:1449:21: warning: signed and unsigned type in conditional expression [-Wsign-compare]
          if (0 != (left = MIN(ZBX_TCP_LINE_LEN - s->read_bytes, ptr - buffer)))
      

            s.paskevics Sergejs Paskevics
            s.paskevics Sergejs Paskevics
            Team C
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: