Bug 69904

Summary: C4481 warning should be disabled for OVERRIDE and FINAL
Product: WebKit Reporter: Kent Tamura <tkent>
Component: Web Template FrameworkAssignee: Kent Tamura <tkent>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, aroben, hyatt
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Windows 7   
Bug Depends on: 68654    
Bug Blocks:    
Attachments:
Description Flags
Patch aroben: review+

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+
Kent Tamura
Comment 1 2011-10-11 22:56:44 PDT
Kent Tamura
Comment 2 2011-10-12 17:33:41 PDT
Note You need to log in before you can comment on or make changes to this bug.