diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-06-01 11:51:40 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-06-08 01:22:34 +0200 |
commit | d29aaf12f4f6af4490604852b066ff8cd58104ed (patch) | |
tree | 87e514530a506defb8b220bffd281477d80c9fde /libavcodec/arm/vp8dsp_armv6.S | |
parent | 27c42d33bce9fa10fc91c54be3751565d5a4eae3 (diff) | |
download | ffmpeg-d29aaf12f4f6af4490604852b066ff8cd58104ed.tar.gz |
avcodec/v4l2_m2m_enc: Avoid ;;
Inside a function, the second ; in a double ;; is a null statement, but
outside of functions a double ;; is simply invalid C that compilers
happen to accept. v4l2_m2m_enc.c contained several ;; as a result of
macro-expansion. So change the underlying macro so that it doesn't
happen any longer.
This fixes warnings when compiling with -pedantic: "ISO C does not allow
extra ‘;’ outside of a function".
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/arm/vp8dsp_armv6.S')
0 files changed, 0 insertions, 0 deletions