]> wimlib.net Git - wimlib/blobdiff - src/hardlink.c
Fix when debugging enabled but error messages are not
[wimlib] / src / hardlink.c
index da91ac43800f6ed1f2799df4ee73a3d3f43aa508..479b1266d1af7f6fba5896a748885c51bc4cc12b 100644 (file)
@@ -150,7 +150,7 @@ inode_table_insert(struct wim_dentry *dentry, void *_table)
        return 0;
 }
 
-#ifdef ENABLE_ERROR_MESSAGES
+#if defined(ENABLE_ERROR_MESSAGES) || defined(ENABLE_DEBUG)
 static void
 print_inode_dentries(const struct wim_inode *inode)
 {