mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-08 06:00:40 -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:
@@ -61,7 +61,8 @@ SQLPP_DECLARE_TABLE(
|
||||
(fatal, bool , SQLPP_NOT_NULL )
|
||||
)
|
||||
|
||||
int main() {
|
||||
int main()
|
||||
{
|
||||
MockDb db;
|
||||
tab_person::tab_person p;
|
||||
tab_feature::tab_feature f;
|
||||
|
||||
Reference in New Issue
Block a user