Snippets for libfabric 1.15.1 from FreeBSD 150arm64
Sourced from https://pkg-status.freebsd.org/ampere5/data/latest-per-pkg/libfabric/1.15.1_4/150arm64-default.log.
-
prov/util/src/util_atomic.c:897:1: warning: misaligned atomic operation may incur significant performance penalty; the expected alignment (8 bytes) exceeds the actual alignment (4 bytes) [-Watomic-alignment] 897 | OFI_DEFINE_ALL_HANDLERS(WRITEEXT, FUNC, OFI_OP_SUM) | ^ -
prov/util/src/util_atomic.c:898:1: warning: misaligned atomic operation may incur significant performance penalty; the expected alignment (8 bytes) exceeds the actual alignment (4 bytes) [-Watomic-alignment] 898 | OFI_DEFINE_ALL_HANDLERS(WRITEEXT, FUNC, OFI_OP_PROD) | ^ -
prov/util/src/util_atomic.c:899:1: warning: misaligned atomic operation may incur significant performance penalty; the expected alignment (8 bytes) exceeds the actual alignment (4 bytes) [-Watomic-alignment] 899 | OFI_DEFINE_ALL_HANDLERS(WRITEEXT, FUNC, OFI_OP_LOR) | ^ -
prov/util/src/util_atomic.c:900:1: warning: misaligned atomic operation may incur significant performance penalty; the expected alignment (8 bytes) exceeds the actual alignment (4 bytes) [-Watomic-alignment] 900 | OFI_DEFINE_ALL_HANDLERS(WRITEEXT, FUNC, OFI_OP_LAND) | ^ -
prov/util/src/util_atomic.c:903:1: warning: misaligned atomic operation may incur significant performance penalty; the expected alignment (8 bytes) exceeds the actual alignment (4 bytes) [-Watomic-alignment] 903 | OFI_DEFINE_ALL_HANDLERS(WRITEEXT, FUNC, OFI_OP_LXOR) | ^ -
prov/util/src/util_atomic.c:905:1: warning: misaligned atomic operation may incur significant performance penalty; the expected alignment (8 bytes) exceeds the actual alignment (4 bytes) [-Watomic-alignment] 905 | OFI_DEFINE_ALL_HANDLERS(WRITE, FUNC, OFI_OP_WRITE) | ^ -
prov/util/src/util_atomic.c:930:1: warning: misaligned atomic operation may incur significant performance penalty; the expected alignment (8 bytes) exceeds the actual alignment (4 bytes) [-Watomic-alignment] 930 | OFI_DEFINE_ALL_HANDLERS(READWRITEEXT, FUNC, OFI_OP_SUM) | ^ -
prov/util/src/util_atomic.c:931:1: warning: misaligned atomic operation may incur significant performance penalty; the expected alignment (8 bytes) exceeds the actual alignment (4 bytes) [-Watomic-alignment] 931 | OFI_DEFINE_ALL_HANDLERS(READWRITEEXT, FUNC, OFI_OP_PROD) | ^ -
prov/util/src/util_atomic.c:932:1: warning: misaligned atomic operation may incur significant performance penalty; the expected alignment (8 bytes) exceeds the actual alignment (4 bytes) [-Watomic-alignment] 932 | OFI_DEFINE_ALL_HANDLERS(READWRITEEXT, FUNC, OFI_OP_LOR) | ^ -
prov/util/src/util_atomic.c:933:1: warning: misaligned atomic operation may incur significant performance penalty; the expected alignment (8 bytes) exceeds the actual alignment (4 bytes) [-Watomic-alignment] 933 | OFI_DEFINE_ALL_HANDLERS(READWRITEEXT, FUNC, OFI_OP_LAND) | ^ -
prov/util/src/util_atomic.c:936:1: warning: misaligned atomic operation may incur significant performance penalty; the expected alignment (8 bytes) exceeds the actual alignment (4 bytes) [-Watomic-alignment] 936 | OFI_DEFINE_ALL_HANDLERS(READWRITEEXT, FUNC, OFI_OP_LXOR) | ^ -
prov/util/src/util_atomic.c:938:1: warning: misaligned atomic operation may incur significant performance penalty; the expected alignment (8 bytes) exceeds the actual alignment (4 bytes) [-Watomic-alignment] 938 | OFI_DEFINE_ALL_HANDLERS(READ, FUNC, OFI_OP_READ) | ^ -
prov/util/src/util_atomic.c:939:1: warning: misaligned atomic operation may incur significant performance penalty; the expected alignment (8 bytes) exceeds the actual alignment (4 bytes) [-Watomic-alignment] 939 | OFI_DEFINE_ALL_HANDLERS(EXCHANGE, FUNC, OFI_OP_READWRITE) | ^ -
prov/util/src/util_atomic.c:962:1: warning: misaligned atomic operation may incur significant performance penalty; the expected alignment (8 bytes) exceeds the actual alignment (4 bytes) [-Watomic-alignment] 962 | OFI_DEFINE_ALL_HANDLERS(CSWAP, FUNC, OFI_OP_CSWAP_EQ) | ^ -
prov/util/src/util_atomic.c:963:1: warning: misaligned atomic operation may incur significant performance penalty; the expected alignment (8 bytes) exceeds the actual alignment (4 bytes) [-Watomic-alignment] 963 | OFI_DEFINE_ALL_HANDLERS(CSWAPEXT_CMP, FUNC, OFI_OP_CSWAP_NE) | ^ -
prov/sockets/src/sock_rma.c:71:22: warning: variable 'src_len' set but not used [-Wunused-but-set-variable] 71 | uint64_t total_len, src_len, dst_len, op_flags; | ^ -
prov/sockets/src/sock_rma.c:71:31: warning: variable 'dst_len' set but not used [-Wunused-but-set-variable] 71 | uint64_t total_len, src_len, dst_len, op_flags; | ^ -
prov/sockets/src/sock_rma.c:231:22: warning: variable 'src_len' set but not used [-Wunused-but-set-variable] 231 | uint64_t total_len, src_len, dst_len, op_flags; | ^ -
prov/sockets/src/sock_rma.c:231:31: warning: variable 'dst_len' set but not used [-Wunused-but-set-variable] 231 | uint64_t total_len, src_len, dst_len, op_flags; | ^