Snippets for python:obspy 1.5.0 from FreeBSD 150arm64
Sourced from https://pkg-status.freebsd.org/ampere5/data/latest-per-pkg/py312-obspy/1.5.0_1/150arm64-default.log.
-
obspy/io/gse2/src/GSE_UTI/gse_functions.c:28:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 28 | int32_t check_sum (signal_int, number_of_samples, checksum) | ^ -
obspy/signal/src/aic_simple.c:40:27: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare] 40 | for (int i = 0; i < size; i++) { | ~ ^ ~~~~ -
obspy/signal/src/evalresp/regsub.c:39:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 39 | evr_regsub(prog, source, dest) | ^