Skip to content

Commit 5899982

Browse files
authored
Merge pull request #842 from zapta/main
Added an ignore rule for a false Gowin build warning.
2 parents 5800b1c + 6fd9581 commit 5899982

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apio/managers/scons_filter.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
# -- ignored. Regexs are case insensitive.
4444
LINE_IGNORE_LIST = [
4545
# -- Per https://github.com/fpgawars/apio/issues/824
46-
# r"Warning: define gw1n not used in the library",
46+
# -- TODO: Remove when fixed.
47+
r"Warning: define gw1n not used in the library",
4748
]
4849

4950

0 commit comments

Comments
 (0)