Explorar el Código

* src/tar.c (expand_pax_option): Pacify recent GCC.

Paul Eggert hace 6 años
padre
commit
9fc1cb40f9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/tar.c

+ 1 - 1
src/tar.c

@@ -1157,7 +1157,7 @@ tar_help_filter (int key, const char *text, void *input)
   return s;
 }
 
-static char *
+static char * _GL_ATTRIBUTE_MALLOC
 expand_pax_option (struct tar_args *targs, const char *arg)
 {
   struct obstack stk;