Bug 32858

Summary: check-webkit-style should not warn about NULL usage in g_object_{get,set}
Product: WebKit Reporter: Philippe Normand <pnormand>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, eric, hamaji, levin, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
proposed patch none

Philippe Normand
Reported 2009-12-22 01:12:37 PST
If those 2 functions are called with 0 instead of NULL the compiler warns: warning: missing sentinel in function call
Attachments
proposed patch (2.43 KB, patch)
2009-12-22 01:41 PST, Philippe Normand
no flags
Philippe Normand
Comment 1 2009-12-22 01:41:20 PST
Created attachment 45375 [details] proposed patch
WebKit Review Bot
Comment 2 2009-12-22 01:43:18 PST
style-queue ran check-webkit-style on attachment 45375 [details] without any errors.
Adam Barth
Comment 3 2009-12-22 13:09:25 PST
Comment on attachment 45375 [details] proposed patch Thanks for quashing this false positive.
WebKit Commit Bot
Comment 4 2009-12-22 13:18:57 PST
Comment on attachment 45375 [details] proposed patch Clearing flags on attachment: 45375 Committed r52496: <http://trac.webkit.org/changeset/52496>
WebKit Commit Bot
Comment 5 2009-12-22 13:19:02 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.