Silencing some of the gcc warnings.

This commit is contained in:
Alan Mishchenko 2012-02-17 00:55:58 -08:00
parent 32eb2e223d
commit 82cd6ae7cc
1 changed files with 2 additions and 0 deletions

View File

@ -30,7 +30,9 @@
#include "bzlib_private.h"
#ifdef WIN32
#pragma warning(disable : 4996)
#endif
ABC_NAMESPACE_IMPL_START