[Webkit-unassigned] [Bug 142652] New: Fix Debug build error 'comparison is always true due to limited range of data type [-Werror=type-limits]'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 12 22:39:17 PDT 2015


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

            Bug ID: 142652
           Summary: Fix Debug build error 'comparison is always true due
                    to limited range of data type [-Werror=type-limits]'
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jh718.park at samsung.com

Fix debug build error which is introduced by https://bugs.webkit.org/show_bug.cgi?id=142456 patch.
Now CSSPropertyID type is uint16_t, so propertyID >= 0 check is needed no more.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150313/fd0a023d/attachment-0002.html>


More information about the webkit-unassigned mailing list