Commit 2ad47a8
test: explicitly cast to uint32_t in test
Explicitly casting to `uint32_t` prevents a template resolution
ambiguity on 32-bit platforms.
Fixes: #337
PR-URL: #341
Fixes: #337
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Nicola Del Gobbo <nicoladelgobbo@NickNaso.local>1 parent 79ee838 commit 2ad47a8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
0 commit comments