octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #44095] readline configuration - tab autocompl


From: Rik
Subject: [Octave-bug-tracker] [bug #44095] readline configuration - tab autocompletion of paths
Date: Mon, 12 Oct 2015 15:29:29 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)

Follow-up Comment #14, bug #44095 (project octave):

Simple enough to get rid of the -reorder warning.


 gnu_readline::gnu_readline ()
   : command_editor (), previous_startup_hook (0),
-    previous_pre_input_hook (0), word_break_function(0),
-    previous_event_hook (0), completion_function (0),
+    previous_pre_input_hook (0), previous_event_hook (0),
+    completion_function (0), word_break_function(0),
     quoting_function (0), dequoting_function (0),
     char_is_quoted_function (0), user_accept_line_function (0)


However, what about "warning: assignment from incompatible pointer type". 
That was the one that seemed more serious since it is in a C file.  C will
happily let you interpret one thing as another simply by changing the pointer.
 Normally, one ends up with segfaults and other oddities, and I'm not seeing
that, but I still think it would be best to fix or understand that warning.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44095>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]