From e8aa2f35e82ddf8fe799c547ca1707a11d5928e0 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 17 Jan 2019 12:20:04 +0300 Subject: Fix GCC 8 -fimplicit-fallthrough warnings --- odb/mysql/error.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odb/mysql/error.cxx b/odb/mysql/error.cxx index 4b247ea..86996e9 100644 --- a/odb/mysql/error.cxx +++ b/odb/mysql/error.cxx @@ -40,8 +40,8 @@ namespace odb case CR_UNKNOWN_ERROR: { c.mark_failed (); - // Fall through. } + // Fall through. default: { // Get rid of a trailing newline if there is one. -- cgit v1.1