GNOME Bugzilla – Bug 754251
qtsink: explicitely fallthrough switch statement
Last modified: 2015-09-29 12:41:29 UTC
Created attachment 310203 [details] [review] patch In case ret is False, fallthrough to default case. CID 1320705
Review of attachment 310203 [details] [review]: This doesn't change the logic, or fixes any actual bug. Just appeases Coverity. Merge after freeze.
Review of attachment 310203 [details] [review]: commit ff8f648f377ed78f9dafd7df09ffb6637019ed13 Author: Luis de Bethencourt <luis@debethencourt.com> Date: Fri Aug 28 16:24:24 2015 +0100 qtsink: explicitely fallthrough switch statement In case ret is False, fallthrough to default case. CID #1320705