Snippets for liblqr 0.4.2 from FreeBSD 150arm64
Sourced from https://pkg-status.freebsd.org/ampere5/data/latest-per-pkg/liblqr-1/0.4.2/150arm64-default.log.
-
../lqr/lqr_energy_priv.h:59:10: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 59 | gdouble *lqr_carver_generate_rcache_bright(); | ^ -
../lqr/lqr_energy_priv.h:60:10: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 60 | gdouble *lqr_carver_generate_rcache_luma(); | ^ -
../lqr/lqr_energy_priv.h:61:10: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 61 | gdouble *lqr_carver_generate_rcache_rgba(); | ^ -
../lqr/lqr_energy_priv.h:62:10: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 62 | gdouble *lqr_carver_generate_rcache_custom(); | ^ -
../lqr/lqr_energy_priv.h:63:10: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 63 | gdouble *lqr_carver_generate_rcache(); | ^ -
lqr_carver.c:256:49: warning: using floating point absolute value function 'fabsf' when argument is of integer type [-Wabsolute-value] 256 | r->rigidity_map[x] = r->rigidity * powf(fabsf(x), 1.5) / r->h; | ^ -
lqr_carver.c:577:61: warning: passing arguments to 'lqr_carver_generate_rcache' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 577 | LQR_CATCH_MEM(r->rcache = lqr_carver_generate_rcache(r)); | ^