WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
69904
C4481 warning should be disabled for OVERRIDE and FINAL
https://bugs.webkit.org/show_bug.cgi?id=69904
Summary
C4481 warning should be disabled for OVERRIDE and FINAL
Kent Tamura
Reported
2011-10-11 22:51:57 PDT
r95823
introduced OVERRIDE. However OVERRIDE produces a warning with MSVC.
http://queues.webkit.org/results/9940611
3>c:\cygwin\home\buildbot\webkit\source\webcore\html\NumberInputType.h(67) : error C2220: warning treated as error - no 'object' file generated 3>c:\cygwin\home\buildbot\webkit\source\webcore\html\NumberInputType.h(67) : warning C4481: nonstandard extension used: override specifier 'override'
Attachments
Patch
(1.47 KB, patch)
2011-10-11 22:56 PDT
,
Kent Tamura
aroben
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Kent Tamura
Comment 1
2011-10-11 22:56:44 PDT
Created
attachment 110640
[details]
Patch
Kent Tamura
Comment 2
2011-10-12 17:33:41 PDT
Committed
r97323
: <
http://trac.webkit.org/changeset/97323
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug