Hello there,

terminal.c:308:14: warning: variable 'q' is uninitialized when used here 
[-Wuninitialized]

Source code is

          while(*p && isprint(*p) && !isspace(*p))
            *q++ = *p++;

Suggest initialise q before first use.

Regards

David Binderman

                                          
_______________________________________________
Bug-prolog mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-prolog

Reply via email to