[Webkit-unassigned] [Bug 39372] New: check-webkit-style complains about use of NULL in GTK function calls that require sentinels

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 19 11:57:42 PDT 2010


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

           Summary: check-webkit-style complains about use of NULL in GTK
                    function calls that require sentinels
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: darin at apple.com


Various GTK calls have variable arguments that are pointers, and then have to end with a sentinel. The sentinel must be NULL, not 0. But check-webkit-style complains, saying that the NULL should instead be 0.

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