mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
avutil/riscv: add fallthrough comment to switch
This fixes the following warning: libavutil/riscv/cpu.c:85:9: warning: label at end of compound statement is a C23 extension [-Wc23-extensions] Signed-off-by: Levi Zim <rsworktech@outlook.com>
This commit is contained in:
@@ -82,6 +82,7 @@ int ff_get_cpu_flags_riscv(void)
|
||||
ret |= AV_CPU_FLAG_RV_MISALIGNED;
|
||||
break;
|
||||
default:
|
||||
; /* do nothing */
|
||||
}
|
||||
}
|
||||
#elif HAVE_GETAUXVAL || HAVE_ELF_AUX_INFO
|
||||
|
||||
Reference in New Issue
Block a user