Re: [libav-devel] [PATCH] configure: Add -D_CRT_NONSTDC_NO_WARNINGS when building with msvc

2015-10-28 Thread Luca Barbato
On 28/10/15 20:43, Martin Storsjö wrote: > This silences warnings like this one: > libavformat/file.c(62) : warning C4996: 'read': The POSIX name for this > item is deprecated. Instead, use the ISO C++ conformant name: _read. > See online help for details. > --- > configure | 2 +- > 1 file change

[libav-devel] [PATCH] configure: Add -D_CRT_NONSTDC_NO_WARNINGS when building with msvc

2015-10-28 Thread Martin Storsjö
This silences warnings like this one: libavformat/file.c(62) : warning C4996: 'read': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _read. See online help for details. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configur