diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-04-29 10:44:44 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-04-29 10:44:44 +0200 |
commit | 43b563fabd2d86161677fd2edd83ff1a9f1625e3 (patch) | |
tree | fb52448529a250f10eb37711b6f38d0b09fde5f4 /NEWS | |
parent | ca89de66107d7fed50eac1f9beb0f16655c8491d (diff) | |
download | fetchmail-43b563fabd2d86161677fd2edd83ff1a9f1625e3.tar.gz fetchmail-43b563fabd2d86161677fd2edd83ff1a9f1625e3.tar.bz2 fetchmail-43b563fabd2d86161677fd2edd83ff1a9f1625e3.zip |
Fix two warning: the address of * will always evaluate as 'true'.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -88,6 +88,7 @@ fetchmail-6.3.17 (not yet released): are now helpful pointers to --sslcertpath and c_rehash for "unable to get local issuer certificate" and self-signed certificates -- these usually hint to missing root signing CAs in the certs directory. +* Several fixes for compiler (GCC, Intel C++, CLang) and autotools warnings # DOCUMENTATION * Fix table of global option to read "set softbounce" where there used to be a |