mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-04 12:10:43 -06:00
enable -Wpedantic and fix all the warnings
Conflicts: examples/select.cpp include/sqlpp11/interpret_tuple.h include/sqlpp11/type_traits.h
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#include <iostream>
|
||||
|
||||
MockDb db = {};
|
||||
SQLPP_ALIAS_PROVIDER(kaesekuchen);
|
||||
SQLPP_ALIAS_PROVIDER(kaesekuchen)
|
||||
|
||||
int main()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user