Commit 51a784b
committed
[csrng/lint] Waive VAR_INDEX_RANGE warning shown in new tool versions
The corresponding RTL is okay, the computed index is always valid.
Otherwise, we end up in a different branch and the index is not used.
It's okay to waive this warning.
Signed-off-by: Pirmin Vogel <vogelpi@lowrisc.org>1 parent 0e745b4 commit 51a784b
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
289 | 291 | | |
290 | 292 | | |
291 | 293 | | |
| |||
0 commit comments