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 2013/04/17 09:49:23 UTC

[Bug 54857] New: format warning

https://issues.apache.org/bugzilla/show_bug.cgi?id=54857

            Bug ID: 54857
           Summary: format warning
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: Macintosh
                OS: Mac OS X 10.4
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: mod_include
          Assignee: bugs@httpd.apache.org
          Reporter: dailylama@gmail.com
    Classification: Unclassified

Created attachment 30206
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30206&action=edit
build.log

:info:build mod_include.c:1141:58: warning: format specifies type 'long' but
the argument has type 'off_t' (aka 'long long') [-Wformat]
:info:build                     ap_snprintf(tag, sizeof(tag), "%ld",
finfo.st_size);
:info:build                                                    ~~~  
^~~~~~~~~~~~~
:info:build                                                    %lld

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 54857] format warning

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54857

Christophe JAILLET <ch...@wanadoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Christophe JAILLET <ch...@wanadoo.fr> ---
Looking at the log, it seems that you are working on apache 1.3.41 which is no
more supported (see
http://mail-archives.apache.org/mod_mbox/httpd-announce/201002.mbox/%3C20100203000334.GA19021@infiltrator.stdlib.net%3E)

I've checked on trunk version (i.e. 2.5) and the code you pointed is no more.

So I close this report as invalid.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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