Skip to content

Commit 5b0fb8e

Browse files
committed
use std::size_t
1 parent e8437a7 commit 5b0fb8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansi-c/c_typecheck_type.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1359,7 +1359,7 @@ void c_typecheck_baset::typecheck_c_bit_field_type(c_bit_field_typet &type)
13591359

13601360
const typet &subtype=follow(type.subtype());
13611361

1362-
unsigned sub_width=0;
1362+
std::size_t sub_width=0;
13631363

13641364
if(subtype.id()==ID_bool)
13651365
{

0 commit comments

Comments
 (0)