Tcl Source Code

View Ticket
Login
Ticket UUID: 2912880
Title: Win Debug Builds Fails if stack-check disabled.
Type: Bug Version: None
Submitter: andreas_kupries Created on: 2009-12-11 19:56:54
Subsystem: 41. Memory Allocation Assigned To: hobbs
Priority: 5 Medium Severity:
Status: Open Last Modified: 2009-12-12 02:56:54
Resolution: None Closed By:
    Closed on:
Description:
This is a compile error, not a runtime error. On windows the configure setup of the debug build is strict, converting warnings to errors. If TCL_NO_STACK_CHECK is set the 8.5 branch head will not compile because of a warning/error about an unused variable.

The attached patch will fix this.
User Comments: andreas_kupries added on 2009-12-12 02:56:54:

File Added - 354857: tcl-8.5-debug-tweak.patch

Attachments: