Merge "sample_muxer: Silence MSVC warning."
This commit is contained in:
@@ -25,6 +25,10 @@
|
|||||||
|
|
||||||
using mkvmuxer::uint64;
|
using mkvmuxer::uint64;
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
#pragma warning(disable:4996)
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
void Usage() {
|
void Usage() {
|
||||||
|
|||||||
Reference in New Issue
Block a user