Commit fb1b9bb
Fix alignment warning when building with --Wcast-align
When building with -Wcast-align, we get a warning because the
alignment of st->substate is not known by kiss_fftr_alloc() so shift
the data around so that we don't need to care about the alignment for
st->substate.
Signed-off-by: Ricard Wanderlof <ricardw@axis.com>1 parent cf5813a commit fb1b9bb
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
48 | | - | |
49 | | - | |
50 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| |||
0 commit comments