diff src/sound.c @ 71063:7510757f449b

* search.c (matcher_overflow): Mark as NO_RETURN. * xterm.c (x_connection_closed): Likewise. * sysdep.c (croak): Likewise. * sound.c (sound_perror, alsa_sound_perror): Likewise. * lisp.h (die, nsberror): Likewise.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 29 May 2006 08:06:15 +0000
parents 47e6374861d1
children 248ccc534803 a8190f7e546e
line wrap: on
line diff
--- a/src/sound.c	Mon May 29 07:25:01 2006 +0000
+++ b/src/sound.c	Mon May 29 08:06:15 2006 +0000
@@ -113,7 +113,8 @@
   SOUND_ATTR_SENTINEL
 };
 
-static void sound_perror P_ ((char *));
+static void alsa_sound_perror P_ ((char *, int)) NO_RETURN;
+static void sound_perror P_ ((char *)) NO_RETURN;
 static void sound_warning P_ ((char *));
 static int parse_sound P_ ((Lisp_Object, Lisp_Object *));