From 280cd3fcff1bef797fd64d772234cd1cd5bffc64 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 30 Jul 2018 21:53:38 +0200 Subject: [PATCH] Fix -Wimplicit-fallthrough warnings in otherwise forgotten test program file --- test/asynctest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/asynctest.c b/test/asynctest.c index 59b14d2..320da55 100644 --- a/test/asynctest.c +++ b/test/asynctest.c @@ -169,6 +169,7 @@ static bool another_result(DbConn *db) db->_arglen, curlen); } } + /* fallthrough */ case PGRES_COMMAND_OK: PQclear(res); break; -- 2.40.0