]> granicus.if.org Git - pgbouncer/commitdiff
Fix -Wimplicit-fallthrough warnings
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 30 Jul 2018 19:53:38 +0000 (21:53 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Mon, 30 Jul 2018 19:53:38 +0000 (21:53 +0200)
in otherwise forgotten test program file

test/asynctest.c

index 59b14d2c537794feaebb8f276b12d74f8326c5b0..320da5564187fc558231b9071e987898632bfb97 100644 (file)
@@ -169,6 +169,7 @@ static bool another_result(DbConn *db)
                                       db->_arglen, curlen);
                        }
                }
+               /* fallthrough */
        case PGRES_COMMAND_OK:
                PQclear(res);
                break;