Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_opus_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_opus_common.h b/tests/test_opus_common.h
index ff7f0142..235cf1c1 100644
--- a/tests/test_opus_common.h
+++ b/tests/test_opus_common.h
@@ -64,6 +64,8 @@ static opus_uint32 iseed;
#ifdef __GNUC__
__attribute__((noreturn))
+#elif defined(_MSC_VER)
+__declspec(noreturn)
#endif
static OPUS_INLINE void _test_failed(const char *file, int line)
{