This yields a new warning:

    ../src/data/file-handle-def.c: In function 'fh_create_file':
    ../src/data/file-handle-def.c:230:68: error: unused parameter 
'file_name_encoding' [-Werror=unused-parameter]

I'd prefer not to add commented-out code, as here:

 {
   char *handle_name;
   struct file_handle *handle;
 
+  //  printf ("%s:%d Creating file handle for file %s with encoding %s\n", 
__FILE__, __LINE__, file_name, file_name_encoding);

Otherwise this makes sense, thanks!

_______________________________________________
pspp-dev mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to