Bug 172078

Summary: Reduce compiler warnings
Product: WebKit Reporter: Daewoong Jang <daewoong.jang>
Component: WebCore Misc.Assignee: Daewoong Jang <daewoong.jang>
Status: RESOLVED FIXED    
Severity: Normal CC: buildbot, commit-queue, ysuzuki
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
updated patch none

Description Daewoong Jang 2017-05-13 17:35:24 PDT
This patch cleans up some compiler warnings.
Comment 1 Daewoong Jang 2017-05-13 17:39:46 PDT
Created attachment 310041 [details]
Patch
Comment 2 Build Bot 2017-05-13 17:42:39 PDT
Attachment 310041 [details] did not pass style-queue:


ERROR: Source/WebCore/platform/network/curl/CookieJarCurl.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
Total errors found: 1 in 9 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Daewoong Jang 2017-05-13 17:55:41 PDT
(In reply to Build Bot from comment #2)
> Attachment 310041 [details] did not pass style-queue:
> 
> 
> ERROR: Source/WebCore/platform/network/curl/CookieJarCurl.cpp:0:  No
> copyright message found.  You should have a line: "Copyright [year]
> <Copyright Owner>"  [legal/copyright] [5]
> Total errors found: 1 in 9 files
> 
> 
> If any of these errors are false positives, please file a bug against
> check-webkit-style.

This style error is not generated by this patch. Copyright message was already missing.
Comment 4 Daewoong Jang 2017-06-08 22:34:08 PDT
Created attachment 312382 [details]
updated patch
Comment 5 Build Bot 2017-06-08 22:35:03 PDT
Attachment 312382 [details] did not pass style-queue:


ERROR: Source/WebCore/platform/network/curl/CookieJarCurl.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
Total errors found: 1 in 8 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 6 Yusuke Suzuki 2017-06-09 00:53:24 PDT
Comment on attachment 312382 [details]
updated patch

r=me
Comment 7 WebKit Commit Bot 2017-06-09 01:21:20 PDT
Comment on attachment 312382 [details]
updated patch

Clearing flags on attachment: 312382

Committed r217968: <http://trac.webkit.org/changeset/217968>
Comment 8 WebKit Commit Bot 2017-06-09 01:21:22 PDT
All reviewed patches have been landed.  Closing bug.