Commit 290ef52
committed
Fix variable set but not used
Fixes:
../../../src/share/grabbag/seektable.c: In function 'grabbag__seektable_convert_specification_to_template':
../../../src/share/grabbag/seektable.c:32:18: warning: variable 'i' set but not used [-Wunused-but-set-variable=]
32 | uint32_t i;
| ^
Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>1 parent afb801b commit 290ef52
File tree
1 file changed
+1
-2
lines changed1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
42 | | - | |
| 41 | + | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
0 commit comments