mirror of https://github.com/FFmpeg/FFmpeg.git
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>pull/357/head
parent
27c42d33bc
commit
d29aaf12f4
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue