chore: clean up implicit conversions (#4611)
This commit is contained in:
parent
517be368be
commit
aea9512682
13 changed files with 66 additions and 66 deletions
|
|
@ -126,7 +126,7 @@ namespace display_device {
|
|||
if (result > std::numeric_limits<unsigned int>::max()) {
|
||||
throw std::out_of_range("stou");
|
||||
}
|
||||
return result;
|
||||
return (int) result;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue