Fixed most of the compiler warnings about unused variables in test programs

This commit is contained in:
rbock
2014-06-28 20:21:43 +02:00
parent 08786c7cf9
commit f113b83740
6 changed files with 19 additions and 42 deletions

View File

@@ -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));