3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-05 09:04:08 +00:00

yosys_common: fix gcc warning in #error directive

This commit is contained in:
Emil J. Tywoniak 2024-12-19 15:55:51 +01:00
parent 281e474d45
commit cea5326229

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