[Webkit-unassigned] [Bug 151801] REGRESSION(r192994): imported/w3c/web-platform-tests has been timeout since r192994

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 3 02:04:36 PST 2015


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

--- Comment #2 from Hunseop Jeong <hs85.jeong at samsung.com> ---
We have to fix some warning issues for allowing the NETWORK_CACHE. https://bugs.webkit.org/show_bug.cgi?id=146677 and unused-result error.

../../Source/WebKit2/NetworkProcess/cache/NetworkCacheBlobStorage.cpp:101:51: error: ignoring return value of ‘int link(const char*, const char*)’, declared with attribute warn_unused_result [-Werror=unused-result]
             link(blobPath.data(), linkPath.data());
                                                   ^
../../Source/WebKit2/NetworkProcess/cache/NetworkCacheBlobStorage.cpp:111:43: error: ignoring return value of ‘int link(const char*, const char*)’, declared with attribute warn_unused_result [-Werror=unused-result]
     link(blobPath.data(), linkPath.data());

-- 
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/20151203/b695dc03/attachment.html>


More information about the webkit-unassigned mailing list