summaryrefslogtreecommitdiffstats
path: root/demux/demux_mf.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-03-19 01:27:48 +0100
committerwm4 <wm4@nowhere>2013-03-19 01:27:48 +0100
commitb242aa366bc10b0dd0504f3c3c916e4e61e4f81b (patch)
tree6b68bceba25a6cfe27b47ab77564c70dcd832027 /demux/demux_mf.c
parent7ba66758476c81dd2c86635b9052bd7ee67f6047 (diff)
downloadmpv-b242aa366bc10b0dd0504f3c3c916e4e61e4f81b.tar.bz2
mpv-b242aa366bc10b0dd0504f3c3c916e4e61e4f81b.tar.xz
stream: silence clang empty statement warnings
clang printed warnings like: stream/stream.c:692:65: warning: if statement has empty body [-Wempty-body] GET_UTF16(c, src < end - 1 ? get_le16_inc(&src) : 0,; This macro expands to "if(cond) ;". Replace it with an empty statement that doesn't lead to a clang warning.
Diffstat (limited to 'demux/demux_mf.c')
0 files changed, 0 insertions, 0 deletions