Commit 5b93b8b
committed
Fix 32-bit build, by using same types inside ::max
Add static cast to size_t of unsigned constant inside ::max. Currently
cpp doesn't have built-in literal fir size_t type.
Relates-To: OLPSUP-8752
Signed-off-by: Diachenko Mykahilo <[email protected]>1 parent 5f1d7c9 commit 5b93b8b
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
| 226 | + | |
226 | 227 | | |
227 | 228 | | |
228 | 229 | | |
| |||
0 commit comments