Commit 0eba609
fix: allow function_casts_as_integer lint in sys-test (#52)
This fixes clippy warnings when running with -D warnings flag.
The warnings were occurring in ctest2-generated code which performs
direct casts of function items to integers. Added the allow attribute
to suppress these warnings in the test code.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: anthropic-code-agent[bot] <242468646+Claude@users.noreply.github.com>
Co-authored-by: Brooooooklyn <3468483+Brooooooklyn@users.noreply.github.com>1 parent 809fcda commit 0eba609
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments