mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2024-12-22 22:45:28 +00:00
build: fix sine example compiling with MSVC
This commit is contained in:
parent
92f7e85d72
commit
2514e19195
|
@ -13,9 +13,6 @@
|
|||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
||||
__attribute__ ((cold))
|
||||
__attribute__ ((noreturn))
|
||||
__attribute__ ((format (printf, 1, 2)))
|
||||
static void panic(const char *format, ...) {
|
||||
va_list ap;
|
||||
va_start(ap, format);
|
||||
|
|
Loading…
Reference in a new issue