Silencing some of the gcc warnings.

This commit is contained in:
Alan Mishchenko 2012-02-17 00:53:07 -08:00
parent b13f208bf3
commit 32eb2e223d
2 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,8 @@
#include "bzlib_private.h"
#pragma warning(disable : 4996)
ABC_NAMESPACE_IMPL_START
#ifdef _WIN32

View File

@ -35,6 +35,10 @@
#include <stdlib.h>
#include <string.h>
#ifndef WIN32
#include <unistd.h>
#endif
#include "src/misc/util/abc_global.h"
#include "zconf.h"