summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichael Clark <michael@metaparadigm.com>2009-02-25 01:45:00 +0000
committerMichael Clark <michael@metaparadigm.com>2009-02-25 01:45:00 +0000
commite8de07880652465a3894124258796846832f0fff (patch)
tree26456611304c8876b83cbb11870436d0c4f03329 /ChangeLog
parent75d0f12135e93af51253c248ca17da9c8f6bcda5 (diff)
* Fixed warning reported by adding -Wstrict-prototypes
-Wold-style-definition to the compilatin flags. Dotan Barak, dotanba at gmail dot com git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@30 327403b1-1117-474d-bef2-5cb71233fd97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c91e2c7..e8f0d35 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
0.9
+ * Fixed warning reported by adding -Wstrict-prototypes
+ -Wold-style-definition to the compilatin flags.
+ Dotan Barak, dotanba at gmail dot com
* Add const correctness to public interfaces
Gerard Krol, g dot c dot krol at student dot tudelft dot nl