summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichal Nowak newman x <Michal Nowak newman.x@gmail.com>2009-06-26 22:41:45 -0400
committerMichal Nowak newman x <Michal Nowak newman.x@gmail.com>2009-06-26 22:41:45 -0400
commit04923c8eb783a099e07e831bc6ce1a010d4cb69a (patch)
treef3ed14f7db5965c3e35059d986bf494a92548218 /ChangeLog
parentd56c2d5edcf109ef1544002d8a78e518f71db06c (diff)
Removed compiler warnings for unused return values
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 91179718..d1fe7043 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,8 +12,12 @@ dillo-2.2 [??, 2009]
- Added the "nop" keybinding (nop = NO_OPERATION; cancels a default hook).
- Fixed segfault when URL is NULL and dpis can't be found.
Patches: place (AKA corvid)
++- Reduced 'warning: ignoring return value of ...'
+ Patch: Michal Nowak, Jorge Arellano Cid
+- Check chdir() return code in Paths::init.
- Patch: Michal Nowak
+ - Removed return from a_Nav_unref_buf()
+ - Do not build proto.c (file is empty); GCC warning
+ Patches: Michal Nowak
-----------------------------------------------------------------------------