There was an error while loading. Please reload this page.
1 parent 27e9455 commit 5648089Copy full SHA for 5648089
mp_printf_extension.c
@@ -7,9 +7,6 @@
7
#ifdef _MSC_VER
8
static int s_mp_print_mp_int(FILE *stream, const struct printf_info *info, const void *const *args)
9
{
10
- (void)(stream);
11
- (void)(info);
12
- (void)(args);
13
return MP_VAL;
14
}
15
#else
0 commit comments