Skip to content

Commit 9cf3652

Browse files
committed
fixup?
1 parent bc4a80f commit 9cf3652

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

qjs.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,7 @@ static inline size_t js_trace_malloc_usable_size(void *ptr)
144144
}
145145

146146
static void
147-
#ifdef _WIN32
148-
/* mingw printf is used */
149-
__attribute__((format(gnu_printf, 2, 3)))
150-
#else
151147
__attribute__((format(printf, 2, 3)))
152-
#endif
153148
js_trace_malloc_printf(JSMallocState *s, const char *fmt, ...)
154149
{
155150
va_list ap;

0 commit comments

Comments
 (0)