4.0 regression: FTBFS cli.c
[ 123s] ../doltcompile /usr/bin/gcc-13 -DHAVE_CONFIG_H -I. -I.. -DMODULE_STRING=\"$(p="control/cli/cli.lo"; p="${p##*/}"; p="${p#lib}"; p="${p%_plugin*}"; p=$(echo "$p"|sed 's/-/_/g'); p="${p%.lo}"; echo "$p")\" -DVLC_DYNAMIC_PLUGIN -I./access -I./codec -I../include -I../include -I../compat/stdckdint -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -Wno-unused-variable -Wno-unused-parameter -Wno-deprecated-declarations -Wno-unused-but-set-variable -pthread -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -Wformat -Wformat-security -Wduplicated-branches -Wduplicated-cond -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Werror-implicit-function-declaration -Winit-self -Wlogical-op -Wshadow=local -Wmultistatement-macros -pipe -fvisibility=hidden -O3 -fno-math-errno -funsafe-math-optimizations -fno-rounding-math -fno-signaling-nans -fcx-limited-range -funroll-loops -fomit-frame-pointer -c -o control/cli/cli.lo control/cli/cli.c
[ 123s] control/cli/cli.c: In function ‘Run’:
[ 123s] control/cli/cli.c:583:1: error: no return statement in function returning non-void [-Werror=return-type]
[ 123s] 583 | }
[ 123s] | ^
[ 123s] cc1: some warnings being treated as errors
[ 123s] make[4]: *** [Makefile:23789: control/cli/cli.lo] Error 1
[ 123s] make[4]: Leaving directory '/home/abuild/rpmbuild/BUILD/vlc-4.0.0dev.r29127.f4bce011d/modules'