Bug 182802 - [WinCairo] Fix several build warnings under WebCore/platform
Summary: [WinCairo] Fix several build warnings under WebCore/platform
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Basuke Suzuki
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-02-14 11:42 PST by Basuke Suzuki
Modified: 2018-02-14 16:15 PST (History)
11 users (show)

See Also:


Attachments
FIX (13.65 KB, patch)
2018-02-14 12:27 PST, Basuke Suzuki
no flags Details | Formatted Diff | Diff
Fix encoding (6.85 KB, patch)
2018-02-14 13:18 PST, Basuke Suzuki
no flags Details | Formatted Diff | Diff
remove tab (6.85 KB, patch)
2018-02-14 14:10 PST, Basuke Suzuki
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Basuke Suzuki 2018-02-14 11:42:36 PST
Warning	C4101
'fileModificationDate': unreferenced local variable
    Source\WebCore\platform\network\curl\CurlCacheEntry.cpp:279

Warning	C4239
nonstandard extension used: 'argument': conversion from 'WTF::String' to 'WTF::String &'
    Source\WebCore\platform\text\win\LocaleWin.cpp:75
    Source\WebCore\platform\text\win\LocaleWin.cpp:77

Warning	C4838
conversion from 'UINT' to 'CLIPFORMAT' requires a narrowing conversion
    Source\WebCore\platform\win\ClipboardUtilitiesWin.cpp:170
    Source\WebCore\platform\win\ClipboardUtilitiesWin.cpp:325
    Source\WebCore\platform\win\ClipboardUtilitiesWin.cpp:332
    Source\WebCore\platform\win\ClipboardUtilitiesWin.cpp:351
    Source\WebCore\platform\win\ClipboardUtilitiesWin.cpp:358
    Source\WebCore\platform\win\ClipboardUtilitiesWin.cpp:366
    Source\WebCore\platform\win\ClipboardUtilitiesWin.cpp:373
    Source\WebCore\platform\win\ClipboardUtilitiesWin.cpp:380
    Source\WebCore\platform\win\ClipboardUtilitiesWin.cpp:387
Comment 1 Basuke Suzuki 2018-02-14 12:27:13 PST
Created attachment 333829 [details]
FIX
Comment 2 Basuke Suzuki 2018-02-14 13:18:05 PST
Created attachment 333833 [details]
Fix encoding
Comment 3 EWS Watchlist 2018-02-14 13:20:38 PST
Attachment 333833 [details] did not pass style-queue:


ERROR: Source/WebCore/ChangeLog:8:  Line contains tab character.  [whitespace/tab] [5]
ERROR: Source/WebCore/ChangeLog:11:  Line contains tab character.  [whitespace/tab] [5]
ERROR: Source/WebCore/ChangeLog:16:  Line contains tab character.  [whitespace/tab] [5]
Total errors found: 3 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Basuke Suzuki 2018-02-14 14:10:16 PST
Created attachment 333840 [details]
remove tab
Comment 5 WebKit Commit Bot 2018-02-14 16:14:01 PST
Comment on attachment 333840 [details]
remove tab

Clearing flags on attachment: 333840

Committed r228494: <https://trac.webkit.org/changeset/228494>
Comment 6 WebKit Commit Bot 2018-02-14 16:14:02 PST
All reviewed patches have been landed.  Closing bug.
Comment 7 Radar WebKit Bug Importer 2018-02-14 16:15:35 PST
<rdar://problem/37552273>