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
{{ message }}
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.
Every time when we build mysql (and/or gitbase) with oniguruma you'll get an warning:
# github.com/src-d/gitbase/vendor/github.com/moovweb/rubex
chelper.c:161:43: warning: passing 'const OnigUChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
/usr/include/secure/_string.h:124:34: note: expanded from macro 'strncpy'
Because go binding for oniguruma is archived, we need to fork it to src-d/go-oniguruma first.
Keep in mind that only go1 branch is useful for us.
The text was updated successfully, but these errors were encountered:
Every time when we build mysql (and/or gitbase) with oniguruma you'll get an warning:
Because go binding for oniguruma is archived, we need to fork it to
src-d/go-oniguruma
first.Keep in mind that only
go1
branch is useful for us.The text was updated successfully, but these errors were encountered: