mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 09:02:20 +00:00
lavu/internal: Replace an empty loop with "do {}".
Silences a clang warning when not compiling for x86: libswscale/utils.c:345:13: warning: while loop has empty body Suggested-by: Nicolas George
This commit is contained in:
parent
ea30ac1e40
commit
a07470ba37
@ -52,7 +52,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef emms_c
|
||||
# define emms_c() while(0)
|
||||
# define emms_c() do {} while(0)
|
||||
#endif
|
||||
|
||||
#ifndef attribute_align_arg
|
||||
|
Loading…
Reference in New Issue
Block a user