1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-17 03:50:03 +02:00

Merge branch 'compiler-warnings' into develop

This commit is contained in:
Henrik Hautakoski 2020-01-29 10:50:37 +01:00
parent 2b20f8aaf4
commit 2d1696a0e4
7 changed files with 24 additions and 16 deletions

View file

@ -46,7 +46,7 @@ void cmd_search(int argc, char **argv) {
if (option_l33t) {
strlist_t tmp = strsplitwords(input);
for(int i = 0; i < tmp.size(); i++) {
for(std::size_t i = 0; i < tmp.size(); i++) {
ks.addList(l33twords(tmp[i]));
}
} else {