From ff5d2522ccf91c4a013cc3f68e7e13078572ea29 Mon Sep 17 00:00:00 2001 From: szaka Date: Wed, 10 Oct 2007 19:19:57 +0000 Subject: [PATCH] remove bogus format attribute which caused some gcc to crash --- libntfs-3g/logging.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libntfs-3g/logging.c b/libntfs-3g/logging.c index 7d3fe735..228e90e0 100644 --- a/libntfs-3g/logging.c +++ b/libntfs-3g/logging.c @@ -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; }; /**