summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-28 04:45:58 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-28 12:16:13 +0300
commitfbdb41c321d4cec9a7bd281c9d6ed8fb1156e938 (patch)
treec42081b7b66cc31ff925217443c8d8ef25cca0f3 /loader
parent5c2583a0ee9a6e824bb1633748c1899bc99a695c (diff)
downloadmpv-fbdb41c321d4cec9a7bd281c9d6ed8fb1156e938.tar.bz2
mpv-fbdb41c321d4cec9a7bd281c9d6ed8fb1156e938.tar.xz
demux_mkv.c: Compiler warning fixes
* libmpdemux/demux_mkv.c:218: warning: passing argument 1 of ‘grow_array’ from incompatible pointer type * libmpdemux/demux_mkv.c:1235: warning: passing argument 1 of ‘grow_array’ from incompatible pointer type Change grow_array to return the reallocated pointer instead of setting it through a void **. * libmpdemux/demux_mkv.c:1396: warning: unused variable ‘mkv_d’ Remove. * libmpdemux/demux_mkv.c:1740: warning: pointer of type ‘void *’ used in arithmetic Change struct mkv_track->private_data from void * to unsigned char *. * libmpdemux/demux_mkv.c:2693: warning: assignment from incompatible pointer type Add a cast. * libmpdemux/demux_mkv.c:2239: warning: ‘demux_mkv_reverse_id’ defined but not used Remove the function (together with preceding useless advance declaration of demux_mkv_seek).
Diffstat (limited to 'loader')
0 files changed, 0 insertions, 0 deletions