Bug 18360

Summary: "missing sentinel" warnings in PluginDatabaseGtk.cpp
Product: WebKit Reporter: Christian Persch (GNOME) (away; not reading bugmail) <chpe>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: alp
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
patch alp: review+

Description Christian Persch (GNOME) (away; not reading bugmail) 2008-04-08 05:05:31 PDT
../WebCore/plugins/gtk/PluginDatabaseGtk.cpp:51: warning: missing sentinel in function call
[etc.]

This stems from http://bugs.webkit.org/show_bug.cgi?id=17825#c2 . Since g_build_filename is a varargs call, the sentinel should be NULL, not 0.
Comment 1 Christian Persch (GNOME) (away; not reading bugmail) 2008-04-08 05:16:54 PDT
Created attachment 20403 [details]
patch
Comment 2 Alp Toker 2008-04-08 20:22:22 PDT
Comment on attachment 20403 [details]
patch

r=me

Needs some massaging to apply to TOT.
Comment 3 Alp Toker 2008-04-08 20:23:03 PDT
Landed in r31747.