Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/dox


Modified Files:
        dox.c 


Log Message:
Fix compiler warnings (gcc 4.3?).

===================================================================
RCS file: /cvs/e/e16/e/dox/dox.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -3 -r1.43 -r1.44
--- dox.c       21 Oct 2007 13:14:10 -0000      1.43
+++ dox.c       3 Feb 2008 16:47:22 -0000       1.44
@@ -633,7 +633,8 @@
             break;
 
          case MotionNotify:
-            while (XCheckTypedEvent(disp, ev.type, &ev));
+            while (XCheckTypedEvent(disp, ev.type, &ev))
+               ;
             {
                static Link        *pl = NULL;
                char                found = 0;



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to