From 2514e19195f66dbb387eac418568b3c1594e57a1 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Thu, 20 Aug 2015 00:44:56 -0700 Subject: [PATCH] build: fix sine example compiling with MSVC --- example/sio_sine.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/example/sio_sine.c b/example/sio_sine.c index 56775ed..933ec9b 100644 --- a/example/sio_sine.c +++ b/example/sio_sine.c @@ -13,9 +13,6 @@ #include #include -__attribute__ ((cold)) -__attribute__ ((noreturn)) -__attribute__ ((format (printf, 1, 2))) static void panic(const char *format, ...) { va_list ap; va_start(ap, format);