Compiling rpcclient/rpcclient.c cc-1552 cc: WARNING File = rpcclient/rpcclient.c, Line = 27 The variable "pipe_idx" is set but never used. static int pipe_idx; ^
I see, pipe_idx = cmd_entry->pipe_idx; but is this variable being used outside of rpcclient or is it really unused?
In my own tests after having removed the static variable and it's assignment, rpcclient still works.
fixed. thanks.
sorry for the same, cleaning up the database to prevent unecessary reopens of bugs.