]> Pileus Git - ~andy/fetchmail/commitdiff
Add note about empty files not being ISO-C compliant.
authorMatthias Andree <matthias.andree@gmx.de>
Sun, 9 Apr 2006 22:27:56 +0000 (22:27 -0000)
committerMatthias Andree <matthias.andree@gmx.de>
Sun, 9 Apr 2006 22:27:56 +0000 (22:27 -0000)
svn path=/branches/BRANCH_6-3/; revision=4786

NEWS

diff --git a/NEWS b/NEWS
index 47faf7358d4880826cc7e6d0f59688d56058e1f7..46223ba506169028b520e2981d65421cc2b5ae03 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -37,6 +37,9 @@ fetchmail 6.3.4 (not yet released):
   Either compile 32-bit code or use GCC to compile 64-bit fetchmail.
   Note that fetchmail doesn't take advantage of 64-bit code anyways,
   so compiling 32-bit SPARC code should be fine.
+* The code still isn't 100% ISO-C compliant, some configurations attempt to
+  compile files that are empty after preprocessing, which can cause compiler
+  diagnostics and perhaps jam the compilation on strict compilers.
 
 # BUG FIXES:
 * configure: detect res_* functions properly with newer glibc ABIs.