<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION(r192994): imported/w3c/web-platform-tests has been timeout since r192994"
   href="https://bugs.webkit.org/show_bug.cgi?id=151801#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION(r192994): imported/w3c/web-platform-tests has been timeout since r192994"
   href="https://bugs.webkit.org/show_bug.cgi?id=151801">bug 151801</a>
              from <span class="vcard"><a class="email" href="mailto:hs85.jeong&#64;samsung.com" title="Hunseop Jeong &lt;hs85.jeong&#64;samsung.com&gt;"> <span class="fn">Hunseop Jeong</span></a>
</span></b>
        <pre>We have to fix some warning issues for allowing the NETWORK_CACHE. <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Remove compile warning (missing-field-initializers)"
   href="show_bug.cgi?id=146677">https://bugs.webkit.org/show_bug.cgi?id=146677</a> 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());</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>