Module Name:    xsrc
Committed By:   christos
Date:           Sat Sep  5 08:06:25 UTC 2015

Modified Files:
        xsrc/external/mit/ctwm/dist: menus.c

Log Message:
CID 13222882: ignore return


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/ctwm/dist/menus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/ctwm/dist/menus.c
diff -u xsrc/external/mit/ctwm/dist/menus.c:1.2 xsrc/external/mit/ctwm/dist/menus.c:1.3
--- xsrc/external/mit/ctwm/dist/menus.c:1.2	Fri Sep  4 16:51:07 2015
+++ xsrc/external/mit/ctwm/dist/menus.c	Sat Sep  5 04:06:25 2015
@@ -1819,7 +1819,7 @@ void resizeFromCenter(Window w, TwmWindo
 	}
       
       if (Event.type != MotionNotify) {
-	DispatchEvent2 ();
+	(void)DispatchEvent2 ();
 	continue;
       }
       

Reply via email to