Snippets for smlnj 110.99.6.1 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/smlnj/110.99.6.1/150amd64-default.log.
-
../kernel/boot.c:536:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] 536 | } /* end of LookupPerID */ | ^ -
../kernel/run-ml.c:205:25: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 205 | msp->ml_arg = (*f)(msp, arg); | ^ -
../mach-dep/unix-signal.c:123:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] 123 | } /* end of GetSignalState. */ | ^ -
export-fun.c:49:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] 49 | } /* end of _ml_RunT_export_fun */ | ^ -
localtime.c:34:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] 34 | } /* end of _ml_Date_localtime */ | ^ -
exit.c:23:1: warning: non-void function does not return a value [-Wreturn-type] 23 | } /* end of _ml_P_Process_exit */ | ^ -
mem-writer.c:105:1: warning: non-void function does not return a value [-Wreturn-type] 105 | } /* end of Tell */ | ^