You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-07 20:42:15 +03:00
Fix fallthrough compilation warnings
This commit is contained in:
@@ -3006,7 +3006,6 @@ uint8_t WE_DMLCommandProc::processUpdate(messageqcpp::ByteStream& bs,
|
||||
|
||||
break;
|
||||
}
|
||||
[[fallthrough]];
|
||||
}
|
||||
/* fall through */
|
||||
|
||||
@@ -3369,7 +3368,6 @@ uint8_t WE_DMLCommandProc::processUpdate(messageqcpp::ByteStream& bs,
|
||||
|
||||
break;
|
||||
}
|
||||
[[fallthrough]];
|
||||
}
|
||||
/* fall through */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user