mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-02 19:20:42 -06:00
Fixed a bunch of shadowing warnings issued by g++
A bit over the top in some places, I think
This commit is contained in:
@@ -29,11 +29,11 @@
|
||||
#include <sqlpp11/sqlpp11.h>
|
||||
#include <sqlpp11/custom_query.h>
|
||||
|
||||
MockDb db = {};
|
||||
MockDb::_serializer_context_t printer;
|
||||
|
||||
int main()
|
||||
{
|
||||
MockDb db = {};
|
||||
MockDb::_serializer_context_t printer;
|
||||
|
||||
test::TabFoo f;
|
||||
test::TabBar t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user