aboutsummaryrefslogtreecommitdiff
path: root/sim/common/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r--sim/common/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index a22cc4f..a2ba15e 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,3 +1,11 @@
+2005-02-28 Jim Blandy <jimb@redhat.com>
+
+ * aclocal.m4 (SIM_AC_OPTION_WARNINGS): Don't include
+ -Wuninitialized in the default list of build warnings if CFLAGS is
+ set, and doesn't include -O. (Using -Wuninitialized without
+ optimization produces a warning, which interferes with compilation
+ with -Werror.)
+
2005-02-21 Jim Blandy <jimb@redhat.com>
* callback.c (os_fstat): Don't declare 't' unless it's used.