Bug 34834

Summary: check-webkit-style should not complain about NULL sentinel in calls to g_strconcat and g_strjoin
Product: WebKit Reporter: Martin Robinson <mrobinson>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch for this issue darin: review+, mrobinson: commit-queue-

Description Martin Robinson 2010-02-11 01:28:53 PST
Using 0 in place of NULL for these functions generates a compiler warning. check-webkit-style should make a similar check to the one done for g_object_get and g_object_set.
Comment 1 Martin Robinson 2010-02-13 13:21:26 PST
Created attachment 48711 [details]
Patch for this issue

I've attached a patch for this issue.
Comment 2 Martin Robinson 2010-02-15 22:17:53 PST
Committed r54808: <http://trac.webkit.org/changeset/54808>