2012-03-01 Pedro Alves <palves@redhat.com>
authorPedro Alves <palves@redhat.com>
Thu, 1 Mar 2012 21:12:05 +0000 (21:12 +0000)
committerPedro Alves <palves@redhat.com>
Thu, 1 Mar 2012 21:12:05 +0000 (21:12 +0000)
* observer.c (observer_test_first_notification_function)
(observer_test_second_notification_function)
(observer_test_third_notification_function): Add declarations.

gdb/ChangeLog
gdb/observer.c

index 56beb76e7ccc52e73f312c6224faed9f2f8536b4..325e19d7e2f341b53ffa68738708d5e0954efd58 100644 (file)
@@ -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)
index 4944480df158e3f9c74d15078d9eb9511083324a..276ca7596b2816cbae7f1296eb08ca317f384ffc 100644 (file)
@@ -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)
 {