OSDN Git Service

avoid empty default: statement
authorShohei Urabe <root@mput.dip.jp>
Sat, 4 Dec 2004 14:32:31 +0000 (14:32 +0000)
committerShohei Urabe <root@mput.dip.jp>
Sat, 4 Dec 2004 14:32:31 +0000 (14:32 +0000)
ChangeLog
timidity/aRts_a.c

index 12f4e62..8571ee8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-12-04  Henrique de Moraes Holschuh <hmh@debian.org>
+
+       * timidity/aRts_a.c (open_output): Fix for gcc >= 3.4.x [timidity-bugs-en:00025]
+
 2004-12-02  URABE Shyouhei <shyouhei@ice.uec.ac.jp>
 
        * interface/ncurs_c.c: [timidity-bugs-ja:00118]
index dea3f60..83b5057 100755 (executable)
@@ -121,7 +121,6 @@ static int open_output(void)
        ctl->cmsg(CMSG_ERROR, VERB_NORMAL, 
            "TiMidity aRts bug: open_output() after close_output() not supported");
        return -1;
-    default:
     }
     stream = arts_play_stream(dpm.rate,
                              LE_LONG(sample_width),