From ab55e695afba98129d11f1815fb2ec2945f1f0a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Thu, 25 Oct 2012 22:47:03 +0200 Subject: [PATCH] Makefile was outdated - Added Column.o and Transaction.o - Added more gcc warnings in Makefile - Fix for those warnings - Added TODO for improvements --- .cproject | 30 +++++++++++++++--------------- .gitignore | 1 + Makefile | 17 +++++++++++++---- src/SQLiteC++/Column.cpp | 2 +- src/SQLiteC++/Column.h | 9 +++++---- src/SQLiteC++/Database.cpp | 1 + src/SQLiteC++/Database.h | 2 +- src/SQLiteC++/Exception.h | 4 ++-- src/SQLiteC++/Statement.h | 2 +- src/SQLiteC++/Transaction.cpp | 2 +- src/SQLiteC++/Transaction.h | 2 +- src/example1/main.cpp | 8 ++++---- src/sqlite3/README.txt | 1 + 13 files changed, 47 insertions(+), 34 deletions(-) create mode 100644 src/sqlite3/README.txt diff --git a/.cproject b/.cproject index 128c991..1357d3b 100644 --- a/.cproject +++ b/.cproject @@ -22,7 +22,7 @@ - +