View Ticket
Not logged in
2024-08-22
19:07
Merge [e603b10299f1b77c], Fix [bf899d6d6d]: tclUnixSock.c: remove unnecessary cast. check-in: 17a57f75a4 user: pooryorick tags: unchained, INCOMPATIBLE_LICENSE
2023-10-17
09:58 Closed ticket [bf899d6d6d]: tclUnixSock.c: remove unnecessary cast plus 7 other changes artifact: 43f6acf72f user: chrstphrchvz
2023-10-12
14:38
Fix [bf899d6d6d]: tclUnixSock.c: remove unnecessary cast check-in: 65eda1fd06 user: jan.nijtmans tags: core-8-6-branch
12:44 Add attachment bf899d6d6d.diff to ticket [bf899d6d6d] artifact: 4c66fc805c user: chrstphrchvz
12:40 New ticket [bf899d6d6d] tclUnixSock.c: remove unnecessary cast. artifact: 771bda947b user: chrstphrchvz

Ticket UUID: bf899d6d6d5b6b8ace9ecc21f3e291921bf3b550
Title: tclUnixSock.c: remove unnecessary cast
Type: Patch Version: 8.6.13
Submitter: chrstphrchvz Created on: 2023-10-12 12:40:04
Subsystem: 25. Channel System Assigned To: jan.nijtmans
Priority: 5 Medium Severity: Minor
Status: Closed Last Modified: 2023-10-17 09:58:16
Resolution: Fixed Closed By: chrstphrchvz
    Closed on: 2023-10-17 09:58:16
Description:

The WrapNotify() function does not need to be cast when passed to Tcl_CreateFileHandler() because it is already a Tcl_FileProc (although I would suggest using this typedef in its declaration). See attached patch.

User Comments: chrstphrchvz added on 2023-10-17 09:58:16:

This was committed in [65eda1fd0649]. Thanks, Jan!


Attachments:

  • bf899d6d6d.diff [download] added by chrstphrchvz on 2023-10-12 12:44:37. [details]