[webkit-reviews] review requested: [Bug 22178] Build errors in WebKit Cairo port. : [Attachment 25085] Small patch to work around MSVC-specific build error.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 11 21:43:41 PST 2008


Brent Fulgham <bfulgham at gmail.com> has asked  for review:
Bug 22178: Build errors in WebKit Cairo port.
https://bugs.webkit.org/show_bug.cgi?id=22178

Attachment 25085: Small patch to work around MSVC-specific build error.
https://bugs.webkit.org/attachment.cgi?id=25085&action=review

------- Additional Comments from Brent Fulgham <bfulgham at gmail.com>
Small patch to work around a compiler error in MSVC.  The return value of the
patternTransform.inverse () call can't be chained into the reinterpret_cast
under MSVC.  It generates a warning, but since the MSVC error level is set to
make all warnings errors, the build fails.


More information about the webkit-reviews mailing list