Warning fix.

This commit is contained in:
David Given
2022-09-03 19:32:59 +02:00
parent 9a0257caaa
commit 67e9c65313

View File

@@ -22,8 +22,6 @@
# include "hfs.h"
# include "apple.h"
extern int errno;
# define ERROR(code, str) \
do { hfs_error = (str), errno = (code); goto fail; } while (0)