X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2FExternalShell.c;h=767c3ab4052d9d631b241ffcb5ccd69615998237;hb=099e49380bf87248e625016bfd7c6cac8915d280;hp=9c8a7edeec90fa708f72de5a65cdbf941a5dcfb6;hpb=716cfba952c1dc0d2cf5c968971f3780ba728a89;p=chise%2Fxemacs-chise.git.1 diff --git a/src/ExternalShell.c b/src/ExternalShell.c index 9c8a7ed..767c3ab 100644 --- a/src/ExternalShell.c +++ b/src/ExternalShell.c @@ -612,7 +612,7 @@ hack_event_masks_1 (Display *display, Window w, int this_window_propagate) { Window root, parent, *children; unsigned int nchildren; - int i; + unsigned int i; if (!XQueryTree (display, w, &root, &parent, &children, &nchildren)) return;