mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Warning fix.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user