Kaydet (Commit) 5f6ccc78 authored tarafından Stefan Krah's avatar Stefan Krah

Issue #26139: libmpdec: disable /W4 warning (non-standard dllimport behavior).

üst ab061cf2
......@@ -33,6 +33,11 @@
#include "memory.h"
#if defined(_MSC_VER)
#pragma warning(disable : 4232)
#endif
/* Guaranteed minimum allocation for a coefficient. May be changed once
at program start using mpd_setminalloc(). */
mpd_ssize_t MPD_MINALLOC = MPD_MINALLOC_MIN;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment