Skip to content

Commit 7a8961e

Browse files
author
Daniel Kroening
committed
avoid a warning
1 parent f04d40a commit 7a8961e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/language_file.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class language_filest:public messaget
8787

8888
bool has_lazy_method(const irep_idt &id)
8989
{
90-
return lazy_method_map.count(id);
90+
return lazy_method_map.count(id)!=0;
9191
}
9292

9393
// The method must have been added to the symbol table and registered

0 commit comments

Comments
 (0)