Commit 32eb2e22 by Alan Mishchenko

Silencing some of the gcc warnings.

parent b13f208b
...@@ -30,6 +30,8 @@ ...@@ -30,6 +30,8 @@
#include "bzlib_private.h" #include "bzlib_private.h"
#pragma warning(disable : 4996)
ABC_NAMESPACE_IMPL_START ABC_NAMESPACE_IMPL_START
#ifdef _WIN32 #ifdef _WIN32
......
...@@ -35,6 +35,10 @@ ...@@ -35,6 +35,10 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#ifndef WIN32
#include <unistd.h>
#endif
#include "src/misc/util/abc_global.h" #include "src/misc/util/abc_global.h"
#include "zconf.h" #include "zconf.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment