Bug 69904 - C4481 warning should be disabled for OVERRIDE and FINAL
Summary: C4481 warning should be disabled for OVERRIDE and FINAL
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Windows 7
: P2 Normal
Assignee: Kent Tamura
URL:
Keywords:
Depends on: 68654
Blocks:
  Show dependency treegraph
 
Reported: 2011-10-11 22:51 PDT by Kent Tamura
Modified: 2011-10-12 17:33 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.47 KB, patch)
2011-10-11 22:56 PDT, Kent Tamura
aroben: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Tamura 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'
Comment 1 Kent Tamura 2011-10-11 22:56:44 PDT
Created attachment 110640 [details]
Patch
Comment 2 Kent Tamura 2011-10-12 17:33:41 PDT
Committed r97323: <http://trac.webkit.org/changeset/97323>