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:
TyRoXx
2015-02-04 21:43:10 +01:00
committed by rbock
parent 25883fc8ea
commit 3cef1a1217
11 changed files with 103 additions and 100 deletions

View File

@@ -33,7 +33,7 @@
#include <iostream>
MockDb db = {};
SQLPP_ALIAS_PROVIDER(kaesekuchen);
SQLPP_ALIAS_PROVIDER(kaesekuchen)
int main()
{