Skip to content

Commit 5648089

Browse files
committed
Soothing VS
1 parent 27e9455 commit 5648089

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mp_printf_extension.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
#ifdef _MSC_VER
88
static int s_mp_print_mp_int(FILE *stream, const struct printf_info *info, const void *const *args)
99
{
10-
(void)(stream);
11-
(void)(info);
12-
(void)(args);
1310
return MP_VAL;
1411
}
1512
#else

0 commit comments

Comments
 (0)