Hello there, I just tried to compile X11R6.8.1 with the most excellent Intel C 8.1 compiler, on a Linux Fedora Core 3 box. The compiler said xedit.c(270): warning #175: subscript out of range The source code is in file programs/xedit/lisp/xedit.c The source code is scan_types[5] = KEYWORD("ALPHA-NUMERIC"); but tatic LispObj *scan_types[5]; so scan_types[5] doesn't exist.
Created attachment 1444 [details] [review] xedit-array-size-fix-1.patch proposed fix.
applied to head, closing.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.