mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 04:29:49 +00:00
2012-03-01 Pedro Alves <palves@redhat.com>
* observer.c (observer_test_first_notification_function) (observer_test_second_notification_function) (observer_test_third_notification_function): Add declarations.
This commit is contained in:
parent
ed01b82c02
commit
44d0cd3be3
@ -1,3 +1,9 @@
|
||||
2012-03-01 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* observer.c (observer_test_first_notification_function)
|
||||
(observer_test_second_notification_function)
|
||||
(observer_test_third_notification_function): Add declarations.
|
||||
|
||||
2012-03-01 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* common/signals.c (default_target_signal_to_host)
|
||||
|
@ -181,6 +181,11 @@ int observer_test_first_observer = 0;
|
||||
int observer_test_second_observer = 0;
|
||||
int observer_test_third_observer = 0;
|
||||
|
||||
/* Provide prototypes to silence -Wmissing-prototypes. */
|
||||
extern void observer_test_first_notification_function (int arg);
|
||||
extern void observer_test_second_notification_function (int arg);
|
||||
extern void observer_test_third_notification_function (int arg);
|
||||
|
||||
void
|
||||
observer_test_first_notification_function (int arg)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user