chiark / gitweb /
@@ -18,6 +18,8 @@
[chiark-tcl.git] / debian / changelog
index e57556ccab4ceb5641c748ff75502f5e84854068..ac646e1dabee0f0510b47c68a723cf6a0261c375 100644 (file)
@@ -18,6 +18,8 @@ chiark-tcl (1.0.2~~iwj) unstable; urgency=low
   Portability fixes:
   * Remove unecessary assertion of val<=0xffffffffUL where uint32_t val;
     Closes: #394039 (FTBFS due to unhelpful GCC warning).
+  * Use -fno-strict-aliasing because gcc-4.3 apparently ignores
+    -Wno-strict-aliasing!  Closes: #471004.
 
   Internal improvements:
   * Add a few assertions about *_LLEN in adns.c.