]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp3_afh: Drop unused fields from struct mp3header.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 6 May 2023 14:47:21 +0000 (16:47 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 9 May 2023 19:32:09 +0000 (21:32 +0200)
commit42f73552054f4b013b5ba09da5400827f9c624f3
tree735b41c0929c14cb192f1d9f4f4126b8a7b2d6d8
parent782df37487b53db51984f37f7d0e31cd328f3a1a
mp3_afh: Drop unused fields from struct mp3header.

These are never initialized, but still checked in compare_headers(), so
gcc-12 is right when it complains about uninitialized use. Fix this by
simply removing the uninitialized fields and the comparisons. Fix also
a whitespace issue in the definition of compare_headers() while at it.
mp3_afh.c