mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-01 10:41:22 -06:00
Fixed a bunch of missing initializations
This commit is contained in:
@@ -32,9 +32,9 @@
|
||||
|
||||
int Insert(int, char**)
|
||||
{
|
||||
MockDb db;
|
||||
MockDb::_serializer_context_t printer;
|
||||
test::TabBar t;
|
||||
MockDb db = {};
|
||||
MockDb::_serializer_context_t printer = {};
|
||||
const auto t = test::TabBar{};
|
||||
// test::TabFoo f;
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user