Tcl package Thread source code

Ticket Change Details
Login
Overview

Artifact ID: ac76fd7ea0acbf196b4ddd5f32fc5ae6636e8ac7
Ticket: c9d81a5d49fbbe921eb394561fc112ce0ddf251e
Patch for 'discards qualifiers from pointer target type' compiler warning
User & Date: stwo 2015-05-22 01:32:08
Changes

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. cmimetype changed to: "text/plain"
  4. comment changed to:
    --- generic/threadSvListCmd.c.orig	Thu May 21 21:08:12 2015
    +++ generic/threadSvListCmd.c	Thu May 21 21:10:42 2015
    @@ -846,7 +846,7 @@ SvLsetObjCmd (arg, interp, objc, objv)
         lPtr = svObj->tclObj;
         argc = objc - off - 1;
     
    -    if (!SvLsetFlat(interp, lPtr, argc, (Tcl_Obj**)(objv+off),objv[objc-1])) {
    +    if (!SvLsetFlat(interp, lPtr, argc, (Tcl_Obj**)objv+off,objv[objc-1])) {
             return TCL_ERROR;
         }
    
  5. foundin changed to: "current"
  6. is_private changed to: "0"
  7. login: "stwo"
  8. priority changed to: "5 Medium"
  9. private_contact changed to: "36034badbf4fa68e1e6f55bc81729916152660a8"
  10. resolution changed to: "None"
  11. severity changed to: "Minor"
  12. status changed to: "Open"
  13. submitter changed to: "stwo"
  14. subsystem changed to: "80. Thread Package"
  15. title changed to:
    Patch for 'discards qualifiers from pointer target type' compiler warning
    
  16. type changed to: "Patch"