RESOLVED DUPLICATE of bug 4374740942
Compiler warnings showing a coding bug
https://bugs.webkit.org/show_bug.cgi?id=40942
Summary Compiler warnings showing a coding bug
Thomas Van Lenten
Reported 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*'
Attachments
Andreas Kling
Comment 1 2010-08-20 16:04:21 PDT
*** This bug has been marked as a duplicate of bug 43747 ***
Note You need to log in before you can comment on or make changes to this bug.