[Pommed-commits] r360 - trunk/gpomme

jblache at alioth.debian.org jblache at alioth.debian.org
Sat Sep 22 16:59:49 UTC 2007


Author: jblache
Date: 2007-09-22 16:59:49 +0000 (Sat, 22 Sep 2007)
New Revision: 360

Modified:
   trunk/gpomme/audio.c
Log:
Silence gcc warning due to useless assert() in dumb alsa macro.


Modified: trunk/gpomme/audio.c
===================================================================
--- trunk/gpomme/audio.c	2007-09-22 16:58:00 UTC (rev 359)
+++ trunk/gpomme/audio.c	2007-09-22 16:59:49 UTC (rev 360)
@@ -29,6 +29,7 @@
 
 #include <pthread.h>
 
+#define NDEBUG
 #include <alsa/asoundlib.h>
 
 #include <audiofile.h>




More information about the Pommed-commits mailing list