فهرست منبع

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

Paul Eggert 6 سال پیش
والد
کامیت
9fc1cb40f9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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;