-
Notifications
You must be signed in to change notification settings - Fork 302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.3.0 版本在编译的时候有warning #113
Comments
我这也报,有解决方案吗 |
warning: variable 'lineno' set but not used [-Wunused-but-set-variable] |
+1 , 有解决办法吗 |
+1 |
请问有解决办法吗? |
升级到最新版本v1.4.1 预期就没有了,还有的话可以单独起个issue看看 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
github.com/yanyiwu/gojieba
In file included from jieba.cpp:5:
In file included from ../../../pkg/mod/github.com/yanyiwu/[email protected]/deps/cppjieba/Jieba.hpp:4:
In file included from ../../../pkg/mod/github.com/yanyiwu/[email protected]/deps/cppjieba/QuerySegment.hpp:8:
../../../pkg/mod/github.com/yanyiwu/[email protected]/deps/cppjieba/DictTrie.hpp:152:12: warning: variable 'lineno' set but not used [-Wunused-but-set-variable]
../../../pkg/mod/github.com/yanyiwu/[email protected]/deps/cppjieba/DictTrie.hpp:217:17: warning: variable 'lineno' set but not used [-Wunused-but-set-variable]
The text was updated successfully, but these errors were encountered: