Fixed a bunch of shadowing warnings issued by g++

A bit over the top in some places, I think
This commit is contained in:
rbock
2015-03-21 11:41:07 +01:00
parent 465a8e700c
commit cdf86695d1
26 changed files with 101 additions and 100 deletions

View File

@@ -30,11 +30,11 @@
#include "is_regular.h"
MockDb db;
MockDb::_serializer_context_t printer;
int main()
{
MockDb db;
MockDb::_serializer_context_t printer;
test::TabBar t;
{