mirror of https://github.com/YosysHQ/yosys.git
Merge pull request #4825 from YosysHQ/emil/fix-gcc-error-directive
yosys_common: fix gcc warning in #error directive
This commit is contained in:
commit
8fd40942e9
|
@ -134,7 +134,7 @@ YOSYS_NAMESPACE_BEGIN
|
|||
// Note: All headers included in hashlib.h must be included
|
||||
// outside of YOSYS_NAMESPACE before this or bad things will happen.
|
||||
#ifdef HASHLIB_H
|
||||
# error You've probably included hashlib.h under two namespace paths. Bad idea.
|
||||
# error "You've probably included hashlib.h under two namespace paths. Bad idea."
|
||||
#else
|
||||
# include "kernel/hashlib.h"
|
||||
# undef HASHLIB_H
|
||||
|
|
Loading…
Reference in New Issue