remove bogus format attribute which caused some gcc to crash

N2009_11_14_FIXES
szaka 2007-10-10 19:37:25 +00:00
parent a8a33f0bc3
commit 4eebc42d42
1 changed files with 1 additions and 1 deletions

View File

@ -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;
};
/**