From 519a29e608da683b0fc77d1317a4fb2f561a47f7 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Sun, 26 Jan 2014 01:18:19 +0100 Subject: [PATCH] SampleBuffer: define OV_EXCLUDE_STATIC_CALLBACKS Define OV_EXCLUDE_STATIC_CALLBACKS in order to suppress compiler warnings about unused static instances when building Win32 version. --- src/core/SampleBuffer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/SampleBuffer.cpp b/src/core/SampleBuffer.cpp index 5b21b220c..674a0a101 100644 --- a/src/core/SampleBuffer.cpp +++ b/src/core/SampleBuffer.cpp @@ -38,6 +38,7 @@ #include +#define OV_EXCLUDE_STATIC_CALLBACKS #ifdef LMMS_HAVE_OGGVORBIS #include #endif