]> code.delx.au - pulseaudio/blobdiff - src/modules/module-combine.c
include PA_SINK_INVALID_STATE in all switch/case statements to make gcc shut up
[pulseaudio] / src / modules / module-combine.c
index b1dc8201a7a08ca5adf913c196ba49c9e2f75f03..82c887111fd78ae2f71615f5f45b77a861b614a2 100644 (file)
@@ -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:
             ;
     }