lh3 / seqtk

Toolkit for processing sequences in FASTA/Q formats
MIT License
1.35k stars 311 forks source link

could not ‘make’ in gcc 10.1.0 manjaro #161

Closed shinepreventer closed 3 years ago

shinepreventer commented 3 years ago

make gcc -g -Wall -O2 -Wno-unused-function seqtk.c -o seqtk -lz -lm seqtk.c: 在函数‘stk_comp’中: seqtk.c:400:16: 警告:变量‘lc’被设定但未被使用 [-Wunused-but-set-variable] 400 | int la, lb, lc, na, nb, nc, cnt[11]; | ^~ [wzy@wzy-pc seqtk]$ gcc --version gcc (GCC) 10.1.0 Copyright © 2020 Free Software Foundation, Inc.

lh3 commented 3 years ago

That is a warning, not an error.