[Webkit-unassigned] [Bug 27851] New: Fix compiler warning

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 30 12:33:17 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27851

           Summary: Fix compiler warning
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Images
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: xan.lopez at gmail.com



Xan Lopez <xan.lopez at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #33803|                            |review?
               Flag|                            |


Created an attachment (id=33803)
 --> (https://bugs.webkit.org/attachment.cgi?id=33803)
bmpwarning.patch

GCC does not like multi-character character constants, so it produces the
following warning for BMPImageDecoder.cpp:

  CXX    WebCore/platform/image-decoders/bmp/libWebCore_la-BMPImageDecoder.lo
../../WebCore/platform/image-decoders/bmp/BMPImageDecoder.cpp:128:16: warning:
multi-character character constant

The attached patch fixes the warning, but since this might be a bit
controversial *and* I can't run the tests to verify that this does not break
anything (they all fail with 'timed out' now, something must be broken
somewhere...), I'm opening a bug for this.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list