summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-12-22 11:57:02 +0100
committerBruno Haible <bruno@clisp.org>2009-12-22 11:57:02 +0100
commitb4eb8c5c5ee866fc6d7f824f01d35f1f979f75b9 (patch)
tree334e7043043b6dbcecffe9cb22eb1aa2dae6f48a /ChangeLog
parentce9b2f4eb4e75c483bdb914b45f08507a2c3b97d (diff)
downloadgperf-b4eb8c5c5ee866fc6d7f824f01d35f1f979f75b9.tar.gz
Avoid g++ warnings.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b44dc8..4e1fb08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-12-22 Bruno Haible <bruno@clisp.org>
+ Avoid g++ warnings.
+ * src/options.cc (Options::print_options): Add parentheses.
+ * src/output.cc (Output::output_lookup_array): Cast fprintf argument.
+
+2009-12-22 Bruno Haible <bruno@clisp.org>
+
Support CPPFLAGS as mandated by GNU standards.
* lib/Makefile.in (CPPFLAGS): Use autoconf determined value.
* src/Makefile.in (CPPFLAGS): Likewise.