]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
Fix a few "old-style-declaration" warnings in gcc.
authorE.Smith <31170571+azlm8t@users.noreply.github.com>
Mon, 17 Sep 2018 16:17:24 +0000 (17:17 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 20 Sep 2018 12:49:41 +0000 (14:49 +0200)
commitd93298fc5f0eef9594aadc432d4c06d7ebfb0eb0
tree57318784e324bde3422f6bd3f433380ff18a76c1
parent81717d98d56bbe538da31c4ab4f89c0487a6955b
Fix a few "old-style-declaration" warnings in gcc.

Mainly needing to put "static" first and "__thread" earlier.
12 files changed:
src/descrambler/caid.c
src/dvr/dvr_rec.c
src/epg.c
src/htsp_server.c
src/http.c
src/input/mpegts/dvb.h
src/input/mpegts/dvb_support.c
src/input/mpegts/mpegts_input.c
src/intlconv.c
src/parsers/parsers.c
src/profile.c
src/prop.c