[Webkit-unassigned] [Bug 69080] [WEBKIT2] Fix for compilation warnings in WebContext.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 17 13:03:15 PDT 2011


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #109146|review?                     |review+
               Flag|                            |




--- Comment #2 from Darin Adler <darin at apple.com>  2011-10-17 13:03:15 PST ---
(From update of attachment 109146)
View in context: https://bugs.webkit.org/attachment.cgi?id=109146&action=review

> Source/WebKit2/UIProcess/WebContext.cpp:325
> +        String sampleLogFilePath = String::format("WebProcess%llu", static_cast<unsigned long long int>(now));

No reason to include the word “int”.

> Source/WebKit2/UIProcess/WebContext.cpp:741
> +    String sampleLogFilePath = String::format("WebProcess%llu", static_cast<unsigned long long int>(now));

No reason to include the word “int”.

-- 
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