We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ring of the same length [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make -C ../../lib/arch64-ubuntu1604 libsnowboy-detect.a make[1]: 进入目录“/home/cat/snowboy/lib/arch64-ubuntu1604” make[1]: *** 没有规则可制作目标“libsnowboy-detect.a”。 停止。 make[1]: 离开目录“/home/cat/snowboy/lib/arch64-ubuntu1604” make: *** [Makefile:67:../../lib/arch64-ubuntu1604/libsnowboy-detect.a] 错误 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ring of the same length [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make -C ../../lib/arch64-ubuntu1604 libsnowboy-detect.a
make[1]: 进入目录“/home/cat/snowboy/lib/arch64-ubuntu1604”
make[1]: *** 没有规则可制作目标“libsnowboy-detect.a”。 停止。
make[1]: 离开目录“/home/cat/snowboy/lib/arch64-ubuntu1604”
make: *** [Makefile:67:../../lib/arch64-ubuntu1604/libsnowboy-detect.a] 错误 2
The text was updated successfully, but these errors were encountered: