ai365vip / chat-api

基于One API与New API的基础上进行二次开发
https://api.ai365vip.com/
Other
284 stars 69 forks source link

m1 苹果电脑 打包有这个警告 #11

Open baicaiit opened 4 months ago

baicaiit commented 4 months ago

$ go build -ldflags "-s -w" -o chat-api

github.com/chai2010/webp In file included from z_libwebp_src_enc_picture_csp_enc.c:9: /Users/xyz/go/pkg/mod/github.com/chai2010/webp@v1.1.1/internal/libwebp-1.0.2/src/enc/picture_csp_enc.c:1002:40: warning: result of '2 ^ ALPHA_OFFSET' is 1; did you mean '1 << ALPHA_OFFSET' (8)? [-Wxor-used-as-pow] /Users/xyz/go/pkg/mod/github.com/chai2010/webp@v1.1.1/internal/libwebp-1.0.2/src/enc/picture_csp_enc.c:1002:40: note: replace expression with '0x2 ^ ALPHA_OFFSET' to silence this warning