grijjy / GrijjyCloudLogger

GrijjyCloudLogger, remote logging for Windows, iOS, Android, macOS and Linux
Other
107 stars 29 forks source link

Exceptions when compiled with overflow checking on #4

Closed ByteArts closed 6 years ago

ByteArts commented 7 years ago

The Grijjy.Hash.pas module will cause multiple exceptions when compiled with overflow checking on. I can confirm that the code works properly, but maybe an {$OVERFLOWCHECKS OFF} directive should be put around the parts of code (or the whole module) that fail when overflow checking is on?