[Webkit-unassigned] [Bug 149868] New: Format string issue in WebResourceLoadScheduler.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 6 20:17:33 PDT 2015


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

            Bug ID: 149868
           Summary: Format string issue in WebResourceLoadScheduler.cpp
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Minor
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com

[978/1606] Building CXX object Source/...Network/WebResourceLoadScheduler.cpp.o
In file included from ../../Source/WTF/wtf/StdLibExtras.h:32:0,
                 from ../../Source/WTF/wtf/FastMalloc.h:26,
                 from ../../Source/WebKit2/config.h:44,
                 from ../../Source/WebKit2/WebProcess/Network/WebResourceLoadScheduler.cpp:26:
../../Source/WebKit2/WebProcess/Network/WebResourceLoadScheduler.cpp: In member function ‘void WebKit::WebResourceLoadScheduler::scheduleLoad(WebCore::ResourceLoader*, WebCore::CachedResource*, bool)’:
../../Source/WTF/wtf/Assertions.h:349:105: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘WebCore::ResourceLoadPriority’ [-Wformat=]
 #define LOG(channel, ...) WTFLog(&JOIN_LOG_CHANNEL_WITH_PREFIX(LOG_CHANNEL_PREFIX, channel), __VA_ARGS__)
                                                                                                         ^
../../Source/WebKit2/WebProcess/Network/WebResourceLoadScheduler.cpp:158:5: note: in expansion of macro ‘LOG’
     LOG(NetworkScheduling, "(WebProcess) WebResourceLoadScheduler::scheduleLoad, url '%s' will be scheduled with the NetworkProcess with priority %u", resourceLoader->url().string().utf8().data(), resourceLoader->request().priority());
     ^

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151007/31383866/attachment-0001.html>


More information about the webkit-unassigned mailing list