Adding explicit typecast to DWord to avoid overflow assertion error #8

Merged
frones merged 1 commits from master into master 2019-03-01 09:34:04 -08:00
frones commented 2018-09-27 19:38:52 -07:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: eric/pascal_bcrypt#8
No description provided.