Changeset 3920 for trunk


Ignore:
Timestamp:
Sep 12, 2013 9:15:03 PM (11 years ago)
Author:
ldelgass
Message:

more warning fixes

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/core/RpLibrary.cc

    r3717 r3920  
    18741874    scew_element *tmpNode   = NULL;
    18751875    const char *contents    = NULL;
    1876     int retVal              = 1;
    18771876    int deleteTmpNode       = 0;
    18781877
     
    19401939                    // maybe we want to count the number of children
    19411940                    // that we have successfully added?
    1942                     retVal = 0;
    19431941                }
    19441942                else {
  • trunk/src/core/RpUnits.cc

    r3177 r3920  
    13351335    std::string type = "";     // junk var used because units2list requires it
    13361336    std::string retStr = "";
    1337     double origNumVal = 0;
    13381337    double numVal = 0;
    13391338    double toExp = 0;
     
    13651364
    13661365    convErr = unitSlice(val,fromUnitsName,numVal);
    1367     origNumVal = numVal;
    13681366
    13691367    if (convErr != 0) {
  • trunk/video/RpVideoTclInterface.cc

    r3177 r3920  
    346346    }
    347347    else {
    348         int c = 0;
    349         c = VideoGoToN((VideoObj *)clientData, val);
     348        VideoGoToN((VideoObj *)clientData, val);
    350349    }
    351350
Note: See TracChangeset for help on using the changeset viewer.