Skip to content

Commit

Permalink
yosys_common: fix gcc warning in #error directive
Browse files Browse the repository at this point in the history
  • Loading branch information
widlarizer committed Dec 19, 2024
1 parent 281e474 commit cea5326
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 cea5326

Please sign in to comment.