Tcl Source Code

View Ticket
Login
Ticket UUID: 0219fb75115b88e345606d60208e09b754d5ca09
Title: tclIO.c: avoid -Wstrict-prototypes warning
Type: Patch Version: 8.6.13
Submitter: chrstphrchvz Created on: 2023-10-29 01:45:07
Subsystem: 52. Portability Support Assigned To: nobody
Priority: 5 Medium Severity: Minor
Status: Closed Last Modified: 2023-10-30 14:47:31
Resolution: Fixed Closed By: oehhar
    Closed on: 2023-10-30 14:47:31
Description:

See attached patch.

tcl/generic/tclIO.c:5211:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
 5211 | GetBinaryEncoding()
      |                  ^
      |                   void

User Comments: oehhar added on 2023-10-30 14:47:31:

Merged with [c82b6d45b2]. Thank you !


Attachments: