Uploaded image for project: 'mod_cluster'
  1. mod_cluster
  2. MODCLUSTER-770

fix C89 compile errors

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.3.16.Final
    • None
    • None

    Description

      mod_proxy_cluster.c
      .\mod_proxy_cluster.c(1193) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
      .\mod_proxy_cluster.c(1195) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
      .\mod_proxy_cluster.c(1824) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
      .\mod_proxy_cluster.c(2049) : error C2143: syntax error : missing ';' before 'type'
      .\mod_proxy_cluster.c(2050) : error C2065: 'best1' : undeclared identifier
      .\mod_proxy_cluster.c(2050) : warning C4047: '=' : 'int' differs in levels of indirection from 'node_context *'
      .\mod_proxy_cluster.c(2052) : error C2065: 'best1' : undeclared identifier
      .\mod_proxy_cluster.c(2052) : error C2100: illegal indirection
      .\mod_proxy_cluster.c(2052) : error C2224: left of '.node' must have struct/union type
      .\mod_proxy_cluster.c(2053) : error C2065: 'best1' : undeclared identifier
      .\mod_proxy_cluster.c(2053) : error C2100: illegal indirection
      .\mod_proxy_cluster.c(2053) : error C2224: left of '.node' must have struct/union type
      .\mod_proxy_cluster.c(2054) : error C2065: 'best1' : undeclared identifier
      .\mod_proxy_cluster.c(2056) : error C2065: 'best1' : undeclared identifier
      .\mod_proxy_cluster.c(2056) : error C2100: illegal indirection
      .\mod_proxy_cluster.c(2056) : error C2224: left of '.node' must have struct/union type
      .\mod_proxy_cluster.c(2059) : error C2065: 'best1' : undeclared identifier
      .\mod_proxy_cluster.c(2059) : warning C4047: '=' : 'node_context *' differs in levels of indirection from 'int'
      .\mod_proxy_cluster.c(2094) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
      .\mod_proxy_cluster.c(2095) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
      .\mod_proxy_cluster.c(2849) : warning C4244: 'return' : conversion from '__int64' to 'int', possible loss of data
      .\mod_proxy_cluster.c(3029) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data
      .\mod_proxy_cluster.c(3740) : error C2143: syntax error : missing ';' before 'type'
      .\mod_proxy_cluster.c(3741) : error C2065: 'i' : undeclared identifier
      .\mod_proxy_cluster.c(3741) : error C2065: 'i' : undeclared identifier
      .\mod_proxy_cluster.c(3741) : error C2065: 'i' : undeclared identifier
      .\mod_proxy_cluster.c(3742) : error C2065: 'i' : undeclared identifier
      NMAKE : fatal error U1077: 'C:\cmsc-15.0_44\msvc\bin\x64\cl.EXE' : return code '0x2'

      Attachments

        Activity

          People

            rhn-engineering-jclere Jean-Frederic Clere
            rhn-engineering-jclere Jean-Frederic Clere
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: