mirror of https://github.com/YosysHQ/abc.git
Silencing some of the gcc warnings.
This commit is contained in:
parent
32eb2e223d
commit
82cd6ae7cc
|
|
@ -30,7 +30,9 @@
|
|||
|
||||
#include "bzlib_private.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#pragma warning(disable : 4996)
|
||||
#endif
|
||||
|
||||
ABC_NAMESPACE_IMPL_START
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue