I made small patch which fixes some warinigs from gcc (3.4.4):
fileunix.c: In function `file_dirscan':
fileunix.c:164: warning: suggest parentheses around assignment used as truth value
fileunix.c: In function `file_archscan':
fileunix.c:225: warning: implicit declaration of function `read'
fileunix.c:228: warning: implicit declaration of function `close'
fileunix.c:280: warning: implicit declaration of function `lseek'
and
manager.cpp: In member function `void wxFrameManager::LayoutAddDock(wxSizer*, wxDockInfo&, wxDockUIPartArray&, bool)':
manager.cpp:1590: warning: unused variable 'space_left'
manager.cpp: In member function `wxSizer* wxFrameManager::LayoutAll(wxPaneInfoArray&, wxDockInfoArray&, wxDockUIPartArray&, bool)':
manager.cpp:1952: warning: unused variable 'top'
manager.cpp:1954: warning: unused variable 'bottom'
This patch available here:
ftp://ftp.altlinux.ru/pub/people/php-coder/patches/codeblocks-1.0svn1652-alt-warnings-fix.patch