You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# github.com/ipsn/go-libtor/libtor
In file included from ../go/pkg/mod/github.com/ipsn/[email protected]/libtor/../libevent/compat/../evutil_rand.c:134,
from ../go/pkg/mod/github.com/ipsn/[email protected]/libtor/libevent_evutil_rand.go:8:
../go/pkg/mod/github.com/ipsn/[email protected]/libtor/../libevent/compat/.././arc4random.c:467:1: error: static declaration of ‘arc4random_buf’ follows non-static declaration
467 | arc4random_buf(void *buf_, size_t n)
| ^~~~~~~~~~~~~~
In file included from ../go/pkg/mod/github.com/ipsn/[email protected]/libtor/../libevent/compat/../util-internal.h:37,
from ../go/pkg/mod/github.com/ipsn/[email protected]/libtor/../libevent/compat/../evutil_rand.c:40:
/usr/include/stdlib.h:542:13: note: previous declaration of ‘arc4random_buf’ with type ‘void(void *, size_t)’ {aka ‘void(void *, long unsigned int)’}
542 | extern void arc4random_buf (void *__buf, size_t __size)
The text was updated successfully, but these errors were encountered:
go version 1.20.5 / Linux
The text was updated successfully, but these errors were encountered: