Bug 40942 - Compiler warnings showing a coding bug
Summary: Compiler warnings showing a coding bug
Status: RESOLVED DUPLICATE of bug 43747
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.6
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-21 13:58 PDT by Thomas Van Lenten
Modified: 2010-08-20 16:04 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Van Lenten 2010-06-21 13:58:26 PDT
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*'
Comment 1 Andreas Kling 2010-08-20 16:04:21 PDT

*** This bug has been marked as a duplicate of bug 43747 ***