remove bogus format attribute which caused some gcc to crash
parent
a8a33f0bc3
commit
4eebc42d42
|
@ -67,7 +67,7 @@ static const char *col_end = "\e[0m";
|
|||
struct ntfs_logging {
|
||||
u32 levels;
|
||||
u32 flags;
|
||||
ntfs_log_handler *handler __attribute__((format(printf, 6, 0)));
|
||||
ntfs_log_handler *handler;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue