From b2ef19acc550dbfbd9e9a215fbda4cd9f8b0c977 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 22 Jan 2009 00:25:36 +0100 Subject: include PA_SINK_INVALID_STATE in all switch/case statements to make gcc shut up --- src/modules/module-combine.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modules/module-combine.c') diff --git a/src/modules/module-combine.c b/src/modules/module-combine.c index b1dc8201..82c88711 100644 --- a/src/modules/module-combine.c +++ b/src/modules/module-combine.c @@ -627,6 +627,7 @@ static int sink_set_state(pa_sink *sink, pa_sink_state_t state) { case PA_SINK_UNLINKED: case PA_SINK_INIT: + case PA_SINK_INVALID_STATE: ; } -- cgit