diff options
author | simonb <simonb> | 2006-04-16 11:18:22 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-04-16 11:18:22 (GMT) |
commit | 553104ee1d53104fa0790a9793a7047c61dd073f (patch) | |
tree | 5ccc4968b10f604c05aaa6d3bb13fc206fab8faa /ChangeLog | |
parent | 02aa83a59eb3d9e209449b38808635f9e293a17a (diff) | |
download | fluxbox-553104ee1d53104fa0790a9793a7047c61dd073f.zip fluxbox-553104ee1d53104fa0790a9793a7047c61dd073f.tar.bz2 |
fix all compiler warnings with -Wall
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.16: | 2 | Changes for 0.9.16: |
3 | *06/04/16: | 3 | *06/04/16: |
4 | * Fix all warnings with (gcc 3.4.6) -Wall, mainly sign comparisons (Simon) | ||
5 | ClientPattern.cc Container.cc FbWinFrame.cc IconButton.cc IconbarTool.cc | ||
6 | ScreenPlacement.hh ScreenResources.cc ToolFactory.cc Toolbar.cc | ||
7 | Window.cc FbTk/... FbPixmap.hh/cc Menu.hh Text.hh TextBox.hh/cc | ||
4 | * signedness fix in Container moveItem (thanks _markt) | 8 | * signedness fix in Container moveItem (thanks _markt) |
5 | Container.cc | 9 | Container.cc |
6 | * Vertical toolbar (Simon) | 10 | * Vertical toolbar (Simon) |