Skip to content

Commit 2bf4097

Browse files
authored
Merge pull request diffblue#2419 from tautschnig/vs-loc-num
goto-program instruction's location_number is unsigned
2 parents 62ec461 + d605d56 commit 2bf4097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-instrument/accelerate/overflow_instrumenter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class overflow_instrumentert
5858
const exprt &overflow_var;
5959

6060
namespacet ns;
61-
std::set<int> checked;
61+
std::set<unsigned> checked;
6262
};
6363

6464
#endif // CPROVER_GOTO_INSTRUMENT_ACCELERATE_OVERFLOW_INSTRUMENTER_H

0 commit comments

Comments
 (0)