There's a useless duplicate const in charset.c. GCC says:

charset.c:53:1: warning: duplicate ‘const’ [-pedantic]

-- 
Vincent Lefèvre <[email protected]> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)
diff -r 940e528ef852 charset.c
--- a/charset.c Tue Dec 18 20:46:33 2012 -0800
+++ b/charset.c Wed Dec 19 11:33:21 2012 +0100
@@ -50,7 +50,7 @@
  * a preferred MIME name is given.
  */
 
-static const const struct 
+static const struct 
 {
   const char *key;
   const char *pref;

Reply via email to