]> wimlib.net Git - wimlib/blobdiff - tests/tree-cmp.c
do_overlay(): Do overlays recursively
[wimlib] / tests / tree-cmp.c
index 0b56d20eaf3cdeddf883c3f5b2b069fde8da57b7..a7327a64fee9ccbb9bd94cc1909b4b9e718dd18d 100644 (file)
@@ -222,9 +222,6 @@ static void cmp_xattr(const char *file1, const char *file2,
        }
        free(buf1);
        free(buf2);
-       fprintf(stderr, "tree-cmp: Warning: cannot compare xattrs of `%s' and `%s'\n",
-                       file1, file2);
-       fprintf(stderr, "          You need to install the attr development files for this.\n");
 }
 
 /* Compares all alternate data streams of the files */