Commit 761210f
Fix a casting error during compiling qcomtee library
Encountered int-to-pointer-cast error when compiles the qcomtee library
due to casting error.
Resolve the compilation error by ensuring the integer-to-pointer
conversision is safe for all architectures.
Signed-off-by: Jiaxing Li <[email protected]>1 parent e20d638 commit 761210f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
571 | 571 | | |
572 | 572 | | |
573 | 573 | | |
574 | | - | |
| 574 | + | |
575 | 575 | | |
576 | 576 | | |
577 | 577 | | |
| |||
0 commit comments