You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "William A. Rowe, Jr." <wr...@covalent.net> on 2002/09/16 22:50:08 UTC

Build warnings in STRIKER_2_0_41_PRE3

G:\clean\httpd-2.0.41\srclib\apr\memory\unix\apr_pools.c(615) : warning C4018: '<' : signed/unsigned mismatch
G:\clean\httpd-2.0.41\srclib\apr\memory\unix\apr_pools.c(623) : warning C4018: '<' : signed/unsigned mismatch
G:\clean\httpd-2.0.41\srclib\apr\memory\unix\apr_pools.c(928) : warning C4018: '<' : signed/unsigned mismatch

G:\clean\httpd-2.0.41\modules\experimental\mod_mem_cache.c(487) : warning C4244: '=' : conversion from '__int64 ' to 'unsigned int
', possible loss of data
G:\clean\httpd-2.0.41\modules\experimental\mod_mem_cache.c(507) : warning C4244: '=' : conversion from '__int64 ' to 'unsigned int
', possible loss of data
G:\clean\httpd-2.0.41\modules\experimental\mod_mem_cache.c(530) : warning C4244: '+=' : conversion from '__int64 ' to 'unsigned int
', possible loss of data

G:\clean\httpd-2.0.41\modules\experimental\mod_disk_cache.c(341) : warning C4244: '=' : conversion from '__int64 ' to 'unsigned int
', possible loss of data
G:\clean\httpd-2.0.41\modules\experimental\mod_disk_cache.c(455) : warning C4101: 'temp' : unreferenced local variable

Don't know that any of the above are terribly fatal, but the authors of those bits might want
to double check.


RE: Build warnings in STRIKER_2_0_41_PRE3

Posted by Sander Striker <st...@apache.org>.
> From: William A. Rowe, Jr. [mailto:wrowe@covalent.net]
> Sent: 16 September 2002 22:50

> G:\clean\httpd-2.0.41\srclib\apr\memory\unix\apr_pools.c(615) : warning C4018: '<' : signed/unsigned mismatch
> G:\clean\httpd-2.0.41\srclib\apr\memory\unix\apr_pools.c(623) : warning C4018: '<' : signed/unsigned mismatch
> G:\clean\httpd-2.0.41\srclib\apr\memory\unix\apr_pools.c(928) : warning C4018: '<' : signed/unsigned mismatch

As the author of this I can state that these were introduced by applying a helpful
patch.  I need some casting to get the warnings away on windows.
I'll commit these soonish.

[...]
> Don't know that any of the above are terribly fatal, but the authors of those bits > might want to double check.

Nope.  Not fatal.

Sander

RE: Build warnings in STRIKER_2_0_41_PRE3

Posted by Sander Striker <st...@apache.org>.
> From: William A. Rowe, Jr. [mailto:wrowe@covalent.net]
> Sent: 16 September 2002 22:50

> G:\clean\httpd-2.0.41\srclib\apr\memory\unix\apr_pools.c(615) : warning C4018: '<' : signed/unsigned mismatch
> G:\clean\httpd-2.0.41\srclib\apr\memory\unix\apr_pools.c(623) : warning C4018: '<' : signed/unsigned mismatch
> G:\clean\httpd-2.0.41\srclib\apr\memory\unix\apr_pools.c(928) : warning C4018: '<' : signed/unsigned mismatch

As the author of this I can state that these were introduced by applying a helpful
patch.  I need some casting to get the warnings away on windows.
I'll commit these soonish.

[...]
> Don't know that any of the above are terribly fatal, but the authors of those bits > might want to double check.

Nope.  Not fatal.

Sander