-
Notifications
You must be signed in to change notification settings - Fork 528
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Maintenance: use void return for commSetTimeout functions (#1956)
On some systems (e.g. Linux), time_t is a signed 64-bit integer. int may be a signed 32-bit integer, resulting in possible truncation errors. Detected by Coverity. CID 1547031: Use of 32-bit time_t (Y2K38_SAFETY).
- Loading branch information
1 parent
224061c
commit 9685cb7
Showing
3 changed files
with
8 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters