From 3c5ef62e8f6399f26ef95d75b235e66d94811e99 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 3 Mar 2016 17:35:21 +0800 Subject: fixes warnings --- tests/storage/test_phrase_table.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/storage') diff --git a/tests/storage/test_phrase_table.cpp b/tests/storage/test_phrase_table.cpp index d1bb954..dd142de 100644 --- a/tests/storage/test_phrase_table.cpp +++ b/tests/storage/test_phrase_table.cpp @@ -62,7 +62,7 @@ int main(int argc, char * argv[]){ phrase_index.clear_tokens(tokens); retval = largetable.search(i, new_phrase, tokens); if (retval & SEARCH_CONTINUED) - printf("return continued information with length:%d\n", i); + printf("return continued information with length:%ld\n", i); } phrase_index.clear_tokens(tokens); -- cgit