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+
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.