]> git.eshelyaron.com Git - emacs.git/commitdiff
(w32_msg_pump): Disable debug code.
authorJason Rumney <jasonr@gnu.org>
Sat, 1 Mar 2008 10:02:23 +0000 (10:02 +0000)
committerJason Rumney <jasonr@gnu.org>
Sat, 1 Mar 2008 10:02:23 +0000 (10:02 +0000)
src/w32fns.c

index ae6cc88ea6bb667dad376811a8134d8dbeff618e..ffa5c8be6d8a2a6eb6d6c8c293d33ff4464fc2d8 100644 (file)
@@ -2592,8 +2592,12 @@ w32_msg_pump (deferred_msg * msg_buf)
                  abort ();
              }
              break;
+#ifdef MSG_DEBUG
+              /* Broadcast messages make it here, so you need to be looking
+                 for something in particular for this to be useful.  */
            default:
              DebPrint (("msg %x not expected by w32_msg_pump\n", msg.message));
+#endif
            }
        }
       else