mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-04 04:00:39 -06:00
Fixed most of the compiler warnings about unused variables in test programs
This commit is contained in:
@@ -35,13 +35,7 @@ MockDb::_serializer_context_t printer;
|
||||
int main()
|
||||
{
|
||||
test::TabBar t;
|
||||
test::TabFoo f;
|
||||
|
||||
auto x = t.alpha = 7;
|
||||
auto y = t.beta = "kaesekuchen";
|
||||
auto z = t.gamma = true;
|
||||
auto a = t.alpha;
|
||||
a = t.alpha;
|
||||
//test::TabFoo f;
|
||||
|
||||
{
|
||||
using T = decltype(insert_into(t));
|
||||
|
||||
Reference in New Issue
Block a user