mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 07:30:54 +00:00
Merge branch 'format' into 'master'
Fix clang warnings See merge request GNOME/sysprof!6
This commit is contained in:
@ -80,7 +80,7 @@ static guint signals [N_SIGNALS];
|
|||||||
static void sp_window_set_profiler (SpWindow *self,
|
static void sp_window_set_profiler (SpWindow *self,
|
||||||
SpProfiler *profiler);
|
SpProfiler *profiler);
|
||||||
|
|
||||||
static void
|
static G_GNUC_PRINTF(3, 4) void
|
||||||
sp_window_notify_user (SpWindow *self,
|
sp_window_notify_user (SpWindow *self,
|
||||||
GtkMessageType message_type,
|
GtkMessageType message_type,
|
||||||
const gchar *format,
|
const gchar *format,
|
||||||
|
|||||||
Reference in New Issue
Block a user