Skip to content

Commit c676e8f

Browse files
committed
libmagic: Fix VS compat
1 parent f8f2881 commit c676e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/fileinfo/libmagic/apprentice.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2220,7 +2220,7 @@ parse(struct magic_set *ms, struct magic_entry *me, const char *line,
22202220
*/
22212221
private int
22222222
parse_strength(struct magic_set *ms, struct magic_entry *me, const char *line,
2223-
size_t len __attribute__((__unused__)))
2223+
size_t len)
22242224
{
22252225
const char *l = line;
22262226
char *el;

0 commit comments

Comments
 (0)