Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pal: remove unncessary timer object casting
Possible fix for sporadic test failures. Casting away a const can cause undefined behavior. We are not modifying timer object anyway, so we can use const pointer further. Signed-off-by: Krzysztof Taborowski <[email protected]>
- Loading branch information