zfs/module/icp/core
Richard Yao b0bc882395
kcfpool_alloc() should have its argument list marked void
This error occurred when building on Gentoo with debugging enabled:

zfs-kmod-2.1.6/work/zfs-2.1.6/module/icp/core/kcf_sched.c:1277:14:
error: a function declaration without a prototype is deprecated
in all versions of C [-Werror,-Wstrict-prototypes]
  kcfpool_alloc()
               ^
               void
1 error generated.

This function is not present in master.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Signed-off-by: Richard Yao <richard.yao@alumni.stonybrook.edu>
Closes #14023
2022-10-12 15:47:39 -07:00
..
kcf_callprov.c Fix spelling 2017-01-03 11:31:18 -06:00
kcf_mech_tabs.c Fix typos in modules/icp/ 2019-08-30 14:26:07 -07:00
kcf_prov_lib.c Extending FreeBSD UIO Struct 2021-01-20 21:27:30 -08:00
kcf_prov_tabs.c Use fallthrough macro 2021-11-02 09:50:30 -07:00
kcf_sched.c kcfpool_alloc() should have its argument list marked void 2022-10-12 15:47:39 -07:00