Please, also add "note:" parsing line to compiler default settings. Now it's treated as error for gcc 4.x
:: === sqlite3 ===
-----------cut------------
..\src\sqlite3\sqlite3.c:: In function 'sqlite3WinOpenReadOnly':
..\src\sqlite3\sqlite3.c:17501: warning: 'f.sharedLockByte' is used uninitialized in this function
..\src\sqlite3\sqlite3.c:16836: note: 'f.sharedLockByte' was declared here
..\src\sqlite3\sqlite3.c:17501: warning: 'f.locktype' is used uninitialized in this function
..\src\sqlite3\sqlite3.c:16836: note: 'f.locktype' was declared here
..\src\sqlite3\sqlite3.c:17501: warning: 'f.pMethod' is used uninitialized in this function
..\src\sqlite3\sqlite3.c:16836: note: 'f.pMethod' was declared here
..\src\sqlite3\sqlite3.c:: In function 'sqlite3WinOpenExclusive':
..\src\sqlite3\sqlite3.c:17501: warning: 'f.sharedLockByte' is used uninitialized in this function
..\src\sqlite3\sqlite3.c:16769: note: 'f.sharedLockByte' was declared here
..\src\sqlite3\sqlite3.c:17501: warning: 'f.locktype' is used uninitialized in this function
..\src\sqlite3\sqlite3.c:16769: note: 'f.locktype' was declared here
..\src\sqlite3\sqlite3.c:17501: warning: 'f.pMethod' is used uninitialized in this function
..\src\sqlite3\sqlite3.c:16769: note: 'f.pMethod' was declared here
---------------cut------------------
:: === Build finished: 9 errors, 45 warnings ===
Patch needed for non-precompiled headers under windows XP on SVN 4145
Tim S
Index: src/plugins/todo/todolist.cpp
===================================================================
--- src/plugins/todo/todolist.cpp (revision 4145)
+++ src/plugins/todo/todolist.cpp (working copy)
@@ -18,6 +18,7 @@
#include <wx/xrc/xmlres.h>
#include "cbeditor.h"
#include "configmanager.h"
+#include "projectmanager.h"
#include "editormanager.h"
#include "manager.h"
//#include "messagemanager.h"