Corrected compiler warnings.

This commit is contained in:
braga
2006-04-10 20:15:20 +00:00
parent cbd0716730
commit 5eb6715c40

View File

@@ -139,6 +139,10 @@ static int parse_dir_netware(const char *line,
struct stat *sbuf,
char *file,
char *link) {
(void) line;
(void) sbuf;
(void) file;
(void) link;
return 0;
}