You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/08/10 13:49:33 UTC

DO NOT REPLY [Bug 11606] New: - 4 compile warnings when compiling 2.0.40 in win32 (using VC6 sp5)

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11606>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11606

4 compile warnings when compiling 2.0.40 in win32 (using VC6 sp5)

           Summary: 4 compile warnings when compiling 2.0.40 in win32 (using
                    VC6 sp5)
           Product: Apache httpd-2.0
           Version: HEAD
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: All
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: apachez@home.se


Getting 4 compile warnings when compiling apache 2.0.40 win32 in win2k using 
VC6 sp5:

Below are the lines from the compilelog (I have stripped out the lines which 
isnt related to these warnings):


Build : warning : failed to (or don't know how to) build 'C:\httpd-2.0.40
\srclib\apr-util\uri\gen_uri_delims.exe'


--------------------Configuration: mod_disk_cache - Win32 Release---------------
-----
Compiling...
mod_disk_cache.c
C:\httpd-2.0.40\modules\experimental\mod_disk_cache.c(333) : warning 
C4244: '=' : conversion from '__int64 ' to 'unsigned int ', possible loss of 
data
Linking...
   Creating library Release/mod_disk_cache.lib and object 
Release/mod_disk_cache.exp


--------------------Configuration: mod_mem_cache - Win32 Release----------------
----
Compiling...
mod_mem_cache.c
C:\httpd-2.0.40\modules\experimental\mod_mem_cache.c(485) : warning 
C4244: '=' : conversion from '__int64 ' to 'unsigned int ', possible loss of 
data
C:\httpd-2.0.40\modules\experimental\mod_mem_cache.c(505) : warning 
C4244: '=' : conversion from '__int64 ' to 'unsigned int ', possible loss of 
data
C:\httpd-2.0.40\modules\experimental\mod_mem_cache.c(528) : warning 
C4244: '+=' : conversion from '__int64 ' to 'unsigned int ', possible loss of 
data
Linking...
   Creating library Release/mod_mem_cache.lib and object 
Release/mod_mem_cache.exp

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org