Skip to content

Commit d605d56

Browse files
committed
goto-program instruction's location_number is unsigned
1 parent b8743fa commit d605d56

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)