Merge pull request #4825 from YosysHQ/emil/fix-gcc-error-directive

yosys_common: fix gcc warning in #error directive
This commit is contained in:
Emil J 2024-12-19 16:29:03 +01:00 committed by GitHub
commit 8fd40942e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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