Skip to content

Commit

Permalink
Fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dspinellis committed Aug 28, 2024
1 parent ae38997 commit 54fc5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbtoken.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Dbtoken::read_eclasses(const char *in_path)
* variables.
*/
Dbtoken found, read;
int found_minus_read;
int found_minus_read = 0;

string line_record;
line_number = 0;
Expand Down

0 comments on commit 54fc5fa

Please sign in to comment.