VirtualBox

Changeset 62725 in vbox for trunk/src/VBox/Runtime/tools


Ignore:
Timestamp:
Jul 30, 2016 12:13:16 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109299
Message:

IPRT/testcases: warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/tools/RTNtDbgHelp.cpp

    r62592 r62725  
    211211        case SymDia:        return "SymDia";
    212212        case SymVirtual:    return "SymVirtual";
    213     }
    214     static char s_szBuf[32];
    215     RTStrPrintf(s_szBuf, sizeof(s_szBuf), "Unknown-%#x", enmType);
    216     return s_szBuf;
     213        default:
     214        {
     215            static char s_szBuf[32];
     216            RTStrPrintf(s_szBuf, sizeof(s_szBuf), "Unknown-%#x", enmType);
     217            return s_szBuf;
     218        }
     219    }
    217220}
    218221
     
    320323
    321324    RTEXITCODE  rcExit      = RTEXITCODE_SUCCESS;
    322     const char *pszOutput   = "-";
     325    //const char *pszOutput   = "-";
    323326
    324327    int ch;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette