]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - tools-util.h
Update bcachefs sources to 1a510b00b6 bcachefs: Increase BTREE_TRANS_MEM_MAX
[bcachefs-tools-debian] / tools-util.h
index de8010eead780e103d0c37a654ca558f52b84676..568707bc2f54b9fe6ba4e82a07fab8a8f23eab11 100644 (file)
@@ -22,7 +22,7 @@
 
 #define noreturn __attribute__((noreturn))
 
-void die(const char *, ...) __attribute__((format(printf, 1, 2))) noreturn;
+void die(const char *, ...) noreturn;
 char *mprintf(const char *, ...)
        __attribute__ ((format (printf, 1, 2)));
 void *xcalloc(size_t, size_t);