mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Issue #26139: libmpdec: disable /W4 warning (non-standard dllimport behavior).
This commit is contained in:
parent
ab061cf2ae
commit
5f6ccc787e
1 changed files with 5 additions and 0 deletions
|
@ -33,6 +33,11 @@
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
|
|
||||||
|
|
||||||
|
#if defined(_MSC_VER)
|
||||||
|
#pragma warning(disable : 4232)
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Guaranteed minimum allocation for a coefficient. May be changed once
|
/* Guaranteed minimum allocation for a coefficient. May be changed once
|
||||||
at program start using mpd_setminalloc(). */
|
at program start using mpd_setminalloc(). */
|
||||||
mpd_ssize_t MPD_MINALLOC = MPD_MINALLOC_MIN;
|
mpd_ssize_t MPD_MINALLOC = MPD_MINALLOC_MIN;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue