libpurple/dnsquery.c

changeset 16701
0b41f23396cc
parent 15890
ad29383604fc
child 18068
b6554e3c8224
child 19859
71d37b57eff2
--- a/libpurple/dnsquery.c	Sun Apr 29 03:50:11 2007 +0000
+++ b/libpurple/dnsquery.c	Sun Apr 29 05:25:49 2007 +0000
@@ -140,7 +140,7 @@
  * Begin the DNS resolver child process functions.
  */
 #ifdef HAVE_SIGNAL_H
-static void
+G_GNUC_NORETURN static void
 trap_gdb_bug()
 {
 	const char *message =
@@ -158,7 +158,7 @@
 }
 #endif
 
-static void
+G_GNUC_NORETURN static void
 purple_dnsquery_resolver_run(int child_out, int child_in, gboolean show_debug)
 {
 	dns_params_t dns_params;

mercurial