Ticket #39586

Compiler warning for time() in files.c

Open Date: 2019-09-16 03:32 Last Update: 2020-01-25 17:56

Reporter:
Owner:
Type:
Status:
Closed
Component:
(None)
Priority:
1 - Lowest
Severity:
1 - Lowest
Resolution:
None
File:
1

Details

Apple's cc, version 10.0.1, issues a compiler warning for src/files.c at the (time_t)0 cast in a call to time(). The attached past changes the cast to a time_t* to get rid of the warning.

Ticket History (3/5 Histories)

2019-09-16 03:32 Updated by: backwardseric
  • New Ticket "Compiler warning for time() in files.c" created
2019-09-25 23:11 Updated by: deskull
2020-01-23 22:45 Updated by: hourier
Comment

整形済コードにつきfeatureブランチへ手動マージしました。確認の後マージお願いします

2020-01-25 17:56 Updated by: deskull
  • Owner Update from deskull to hourier
  • Status Update from Open to Closed
Comment

確認しました。ありがとうございます。

Attachment File List

Edit

Please login to add comment to this ticket » Login