]> code.delx.au - gnu-emacs/blobdiff - lib-src/ChangeLog
Static checks with GCC 4.6.0 and non-default toolkits.
[gnu-emacs] / lib-src / ChangeLog
index e3d7edf94bdc97bfa7bc0291c0b13eec940219cd..c45da107a8c0f8a12d0062d54a9941aa3a2aa203 100644 (file)
@@ -1,3 +1,18 @@
+2011-04-16  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Static checks with GCC 4.6.0 and non-default toolkits.
+
+       * movemail.c (mail_spool_name): Protoize.
+       (main): Remove unused var.  Mark var as initialized.
+       Move locals to avoid shadowing, and use time_t for times.
+
+       * fakemail.c (xmalloc, xreallc): Use standard C prototypes
+       with void *.  This avoids warnings about pointer casts.
+
+       * emacsclient.c (main): Don't use uninitialized var.
+       (IS_ANY_SEP): Remove; unused.
+       (get_current_dir_name): Add an extern decl.
+
 2011-04-06  Paul Eggert  <eggert@cs.ucla.edu>
 
        Fix more problems found by GCC 4.6.0's static checks.