On 17 Mar 2015 22:02, Jiri Gaisler wrote: > * func.c: Minor edits to remove compiler warnings. > * func.c, sis.h (exec_cmd): make second argument const char. > * func.c, sis.h (bfd_load): make argument const char. pushed, but with the ChangeLog: 2015-03-28 Jiri Gaisler * func.c (exec_cmd): Fix old style prototype. Mark cmd const. Save the command in a new cmdsave2 to avoid modifying. (bfd_load): Fix old style prototype. Mark fname const. * sis.h (exec_cmd): Mark cmd const. (bfd_load): Mark fname const. all changes to a single file have to be grouped -mike