From 99f0a309a9079c8fbc53e1e115a19193f60bf2df Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Thu, 7 Mar 2013 17:52:58 +0000 Subject: remote-notif.[h|c]:notif_debug: Change type to int. notif_debug is installed as variable of a "signed" command: add_setshow_boolean_cmd ("notification", no_class, ¬if_debug, _("\ and: command.h:extern void add_setshow_boolean_cmd (char *name, command.h- enum command_class class, command.h- int *var, 2013-03-07 Pedro Alves * remote-notif.c (notif_debug): Change type to int. * remote-notif.h (notif_debug): Likewise. --- gdb/remote-notif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/remote-notif.c') diff --git a/gdb/remote-notif.c b/gdb/remote-notif.c index c377f3e..0f73a52 100644 --- a/gdb/remote-notif.c +++ b/gdb/remote-notif.c @@ -42,7 +42,7 @@ #include -unsigned int notif_debug = 0; +int notif_debug = 0; /* Supported clients of notifications. */ -- cgit v1.1