Commit dfca8fc
stack_test: fix build with GCC 16
Fixes -Werror=unused-but-set-variable on jj. Starting with GCC 16, var
pre/postincrements and var @= expr no longer count as uses at some
warning levels.1 parent 8ece66a commit dfca8fc
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
746 | 746 | | |
747 | 747 | | |
748 | 748 | | |
749 | | - | |
750 | | - | |
| 749 | + | |
751 | 750 | | |
752 | 751 | | |
753 | 752 | | |
| |||
906 | 905 | | |
907 | 906 | | |
908 | 907 | | |
909 | | - | |
910 | | - | |
| 908 | + | |
911 | 909 | | |
912 | 910 | | |
913 | 911 | | |
| |||
0 commit comments