Snippets for smlnj 2026.2 from Nix aarch64-darwin
Sourced from https://hydra.nixos.org/log/m996y5vxggsz9rmsdv060mfhr68zqkm3-smlnj-2026.2.drv.
-
../kernel/boot.c:821:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] 821 | } /* end of LookupPerID */ | ^ -
../mach-dep/unix-signal.c:118:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] 118 | } /* 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:101:1: warning: non-void function does not return a value [-Wreturn-type] 101 | } /* end of Tell */ | ^