aboutsummaryrefslogtreecommitdiff
path: root/devel/electron36/files/patch-chrome_browser_net_profile__network__context__service.cc
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2025-09-02 12:09:31 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2025-09-03 09:21:17 +0000
commita2c918232cc82cc100a718cdb49edcb351a2b056 (patch)
tree300a385e3544eb5e8b0b39d95a21831d4f335045 /devel/electron36/files/patch-chrome_browser_net_profile__network__context__service.cc
parentd407ee543206d7d73a175144798f6c9f23d2013d (diff)
net/relayd: fix build on big-endian architecturesHEADmain
siphash.c:67:7: error: incompatible pointer to integer conversion passing 'const u_int64_t *' (aka 'const unsigned long *') to parameter of type 'unsigned long' [-Wint-conversion] 67 | k0 = le64toh(&key->k0); | ^~~~~~~~~~~~~~~~~ /usr/include/sys/_endian.h:130:30: note: expanded from macro 'le64toh' 130 | #define le64toh(x) __bswap64((x)) | ~~~~~~~~~~^~~~ /usr/include/sys/_endian.h:85:40: note: expanded from macro '__bswap64' 85 | #define __bswap64(x) __builtin_bswap64(x) | ^ siphash.c:68:7: error: incompatible pointer to integer conversion passing 'const u_int64_t *' (aka 'const unsigned long *') to parameter of type 'unsigned long' [-Wint-conversion] 68 | k1 = le64toh(&key->k1); | ^~~~~~~~~~~~~~~~~ /usr/include/sys/_endian.h:130:30: note: expanded from macro 'le64toh' 130 | #define le64toh(x) __bswap64((x)) | ~~~~~~~~~~^~~~ /usr/include/sys/_endian.h:85:40: note: expanded from macro '__bswap64' 85 | #define __bswap64(x) __builtin_bswap64(x) | ^ siphash.c:194:16: error: incompatible pointer to integer conversion passing 'u_int64_t *' (aka 'unsigned long *') to parameter of type 'unsigned long'; dereference with * [-Wint-conversion] 194 | u_int64_t m = le64toh((u_int64_t *)ctx->buf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/sys/_endian.h:130:30: note: expanded from macro 'le64toh' 130 | #define le64toh(x) __bswap64((x)) | ~~~~~~~~~~^~~~ /usr/include/sys/_endian.h:85:40: note: expanded from macro '__bswap64' 85 | #define __bswap64(x) __builtin_bswap64(x) | ^ 3 errors generated.
Diffstat (limited to 'devel/electron36/files/patch-chrome_browser_net_profile__network__context__service.cc')
0 files changed, 0 insertions, 0 deletions