]> code.delx.au - gnu-emacs/commitdiff
Static checks with GCC 4.6.0 and non-default toolkits.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 16 Apr 2011 23:11:35 +0000 (16:11 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 16 Apr 2011 23:11:35 +0000 (16:11 -0700)
lib-src/ChangeLog
lwlib/ChangeLog
oldXMenu/ChangeLog
src/ChangeLog

index 456e286503b37236df2facc99ad2d4fd3647b923..c45da107a8c0f8a12d0062d54a9941aa3a2aa203 100644 (file)
@@ -1,5 +1,7 @@
 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.
index 91f79536a424afd07ce98c4e0a9a29c0efdbb47d..e98526f25462c4d934a7c33f411a93b61fbd9bf1 100644 (file)
@@ -1,5 +1,7 @@
 2011-04-16  Paul Eggert  <eggert@cs.ucla.edu>
 
+       Static checks with GCC 4.6.0 and non-default toolkits.
+
        * lwlib-Xm.c (make_dialog): Rename local to avoid shadowing.
        (make_menu_in_widget): Add cast to avoid warning.
        * lwlib-utils.c (XtCompositeChildren): Likewise.
index 9dd6cc954d57dc5dd8e73223999d95e86ac2b366..b40b5ca70841369b36fdf2a36851145ca991fe88 100644 (file)
@@ -1,5 +1,7 @@
 2011-04-16  Paul Eggert  <eggert@cs.ucla.edu>
 
+       Static checks with GCC 4.6.0 and non-default toolkits.
+
        Modernize to C89, for better static checking.
        * Activate.c (XMenuActivate): Callback's first arg is readonly.
        * AddPane.c (XMenuAddPane): Label is readonly.  Rename local
index ded7da730fe21347f5789405b26100eace49d033..908f885cafd94b27fff03697808424f7495b9d33 100644 (file)
@@ -1,5 +1,7 @@
 2011-04-16  Paul Eggert  <eggert@cs.ucla.edu>
 
+       Static checks with GCC 4.6.0 and non-default toolkits.
+
        * s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF): Protoize decl.
 
        * process.c (keyboard_bit_set): Define only if SIGIO.