Mark unused params, remove unused macro and args (bug 14401)

This commit is contained in:
rim
2018-05-29 02:23:26 +03:00
committed by Landry Breuil
parent ceb5a7d347
commit 66a0d4bfc9
9 changed files with 21 additions and 18 deletions

View File

@@ -99,6 +99,10 @@ gint task_pid_compare_fn (gconstpointer a, gconstpointer b);
gboolean set_priority_to_pid (GPid pid, gint priority);
#ifndef __unused
# define __unused __attribute__((__unused__))
#endif
#if DEBUG
# define G_DEBUG_FMT(fmt, args...) g_debug((fmt), ##args)
#else