File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
rm -f libgobject-list.so $(OBJS )
20
20
21
21
% .o : % .c
22
- $(CC ) -fPIC -rdynamic -g -c -Wall ${FLAGS} ${BUILD_OPTIONS} $<
22
+ $(CC ) -fPIC -rdynamic -g -c -Wall -Wextra ${FLAGS} ${BUILD_OPTIONS} $<
23
23
24
24
libgobject-list.so : $(OBJS )
25
25
ifeq ($(HAVE_LIBUNWIND ) , 1)
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ _dump_object_list (GHashTable *hash)
199
199
}
200
200
201
201
static void
202
- _sig_usr1_handler (int signal )
202
+ _sig_usr1_handler (G_GNUC_UNUSED int signal )
203
203
{
204
204
g_print ("Living Objects:\n" );
205
205
@@ -209,7 +209,7 @@ _sig_usr1_handler (int signal)
209
209
}
210
210
211
211
static void
212
- _sig_usr2_handler (int signal )
212
+ _sig_usr2_handler (G_GNUC_UNUSED int signal )
213
213
{
214
214
GHashTableIter iter ;
215
215
gpointer obj , type ;
@@ -315,7 +315,7 @@ get_func (const char *func_name)
315
315
}
316
316
317
317
static void
318
- _object_finalized (gpointer data ,
318
+ _object_finalized (G_GNUC_UNUSED gpointer data ,
319
319
GObject * obj )
320
320
{
321
321
G_LOCK (gobject_list );
You can’t perform that action at this time.
0 commit comments