]> git.eshelyaron.com Git - emacs.git/commitdiff
src/xdisp.c (start_hourglass) [HAVE_NTGUI]: Silence warning.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 11 Nov 2012 14:19:13 +0000 (15:19 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 11 Nov 2012 14:19:13 +0000 (15:19 +0100)
src/ChangeLog
src/xdisp.c

index 46f086389fee86089ac023eaacad4212cb34e383..ff3e74d547af72531e9ab8e48d4191737e20c5e2 100644 (file)
@@ -1,3 +1,8 @@
+2012-11-11  Juanma Barranquero  <lekktu@gmail.com>
+
+       * xdisp.c (start_hourglass) [HAVE_NTGUI]: Add block to silence
+       warning about mixing declarations and code in ISO C90.
+
 2012-11-10  Martin Rudalics  <rudalics@gmx.at>
 
        * window.c (Fsplit_window_internal): Set combination limit of
index 46d942ce441335a234e1877fead8a92eabc33243..968c23c09440aaf0f38a7c89dcf148aaca00c770 100644 (file)
@@ -29420,8 +29420,10 @@ start_hourglass (void)
     delay = make_emacs_time (DEFAULT_HOURGLASS_DELAY, 0);
 
 #ifdef HAVE_NTGUI
-  extern void w32_note_current_window (void);
-  w32_note_current_window ();
+  {
+    extern void w32_note_current_window (void);
+    w32_note_current_window ();
+  }
 #endif /* HAVE_NTGUI */
 
   hourglass_atimer = start_atimer (ATIMER_RELATIVE, delay,