[Pommed-commits] r358 - trunk/pommed

jblache at alioth.debian.org jblache at alioth.debian.org
Sat Sep 22 16:30:03 UTC 2007


Author: jblache
Date: 2007-09-22 16:30:02 +0000 (Sat, 22 Sep 2007)
New Revision: 358

Modified:
   trunk/pommed/audio.c
Log:
Silence stupid gcc warning on useless assert() in snd_mixer_selem_id_alloca().


Modified: trunk/pommed/audio.c
===================================================================
--- trunk/pommed/audio.c	2007-09-08 09:51:02 UTC (rev 357)
+++ trunk/pommed/audio.c	2007-09-22 16:30:02 UTC (rev 358)
@@ -23,6 +23,7 @@
 #include <stdio.h>
 #include <string.h>
 
+#define NDEBUG
 #include <alsa/asoundlib.h>
 
 #include "pommed.h"




More information about the Pommed-commits mailing list