Tcl Source Code

View Ticket
Login
Ticket UUID: f2336c116bb0a06311e3793d5244cb1fedc2649d
Title: Looking for #pragmas in all the wrong places.
Type: Bug Version:
Submitter: stu Created on: 2017-05-31 05:08:19
Subsystem: 27. Channel Types Assigned To: dkf
Priority: 9 Immediate Severity: Critical
Status: Closed Last Modified: 2017-06-14 21:43:38
Resolution: Fixed Closed By: dkf
    Closed on: 2017-06-14 21:43:38
Description:
Trunk no longer builds on OpenBSD thanks to [bf05ca054c].

unix/tclUnixSock.c: In function 'IPv6AddressNeedsNumericRendering':
unix/tclUnixSock.c:746: error: #pragma GCC diagnostic not allowed inside functions
unix/tclUnixSock.c:747: error: #pragma GCC diagnostic not allowed inside functions
unix/tclUnixSock.c:749: error: #pragma GCC diagnostic not allowed inside functions
User Comments: dkf added on 2017-06-14 21:43:38:

Moved the pragmas to wrap the whole function.