aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney <[email protected]>2008-03-01 10:02:23 +0000
committerJason Rumney <[email protected]>2008-03-01 10:02:23 +0000
commit5dff811eea3abfce0040ae7734081ce7f66c1b3e (patch)
treedd0dfcf23da720d27e10eaa75ba7330d39fec6ff
parent3f19508030322373a35da34e5c586822ff218ffc (diff)
(w32_msg_pump): Disable debug code.
-rw-r--r--src/w32fns.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/w32fns.c b/src/w32fns.c
index ae6cc88ea6..ffa5c8be6d 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -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