Skip to content

Commit

Permalink
Merge pull request #4825 from YosysHQ/emil/fix-gcc-error-directive
Browse files Browse the repository at this point in the history
yosys_common: fix gcc warning in #error directive
  • Loading branch information
widlarizer authored Dec 19, 2024
2 parents 301d967 + cea5326 commit 8fd4094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/yosys_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8fd4094

Please sign in to comment.