]> 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:30:04 +0000 (14:30 +0200)
commit6fffd60e344065d6e8542659b2dd1f3a391bc531
treefd38f60a8baa079d7ab3d6b3e21949fa78f3189e
parenta4a9d6df1b9f42d436ff9fac2d9c74fb31c9e5a7
Fix a few "old-style-declaration" warnings in gcc.

Mainly needing to put "static" first and "__thread" earlier.
15 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/linuxdvb/linuxdvb_ddci.c
src/input/mpegts/mpegts_input.c
src/intlconv.c
src/parsers/parsers.c
src/profile.c
src/prop.c
src/transcoding/codec/codec.c
src/transcoding/codec/profile.c