Adding explicit typecast to DWord to avoid overflow assertion error #8
Loading…
Reference in New Issue
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I was having problems with the debugger on linux.. although the library worked when compiled with all optimizations and debugger disabled, I couldn't find a configuration that would ignore overflows on debugger. Moreover, the explicit typecast doesn't seem to have an extra cost and it allows to remove the compiler directives.