diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-04-29 12:58:21 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-04-29 12:58:21 +0000 |
commit | 396c966cd2b3af2dbdb5b157e9ebb2e576b677b0 (patch) | |
tree | ee5c819fb7fae346ec982a8c34d642975de31aee /ChangeLog | |
parent | 94d849ad87bd53c6c51530ea7c0b084ca6899533 (diff) | |
download | mana-396c966cd2b3af2dbdb5b157e9ebb2e576b677b0.tar.gz mana-396c966cd2b3af2dbdb5b157e9ebb2e576b677b0.tar.bz2 mana-396c966cd2b3af2dbdb5b157e9ebb2e576b677b0.tar.xz mana-396c966cd2b3af2dbdb5b157e9ebb2e576b677b0.zip |
When compiling with GCC, use the printf format attribute for the log method so
that the compiler checks the type of its parameters.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ * src/gui/gccontainer.h, src/gui/gccontainer.cpp: Removed unused option from GCContainer to not delete a child, fixing warnings about hiding virtual method gcn::Container::add. + * src/log.h, src/resources/imageset.cpp: When compiling with GCC, use + the printf format attribute for the log method so that the compiler + checks the type of its parameters. 2008-04-28 Bjørn Lindeijer <bjorn@lindeijer.nl> |