mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-07 03:05:36 +02:00
Silencing some of the gcc warnings.
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
|
||||
#include "bzlib_private.h"
|
||||
|
||||
#pragma warning(disable : 4996)
|
||||
|
||||
ABC_NAMESPACE_IMPL_START
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user