[Webkit-unassigned] [Bug 40942] New: Compiler warnings showing a coding bug

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 21 13:58:26 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=40942

           Summary: Compiler warnings showing a coding bug
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: thomasvl at chromium.org
                CC: dglazkov at chromium.org


Saw this doing a full build today.  Quick look it is a coding error, but what ever project this is doesn't have chromium_code:1 set so we aren't getting -Wall and -Wextra which is probably why this slipped in in the first place, other things might be lurking as a result in that compile too.

src/third_party/WebKit/WebKit/chromium/../../WebKitTools/DumpRenderTree/chromium/ImageDiff.cpp: In function 'bool writeFile(const char*, const unsigned char*, size_t)':
src/third_party/WebKit/WebKit/chromium/../../WebKitTools/DumpRenderTree/chromium/ImageDiff.cpp:324: warning: format '%s' expects type 'char*', but argument 3 has type 'FILE*'

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list