VirtualBox

Ignore:
Timestamp:
Jan 6, 2016 3:38:32 PM (9 years ago)
Author:
vboxsync
Message:

gcc warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp

    r58452 r59269  
    14791479                    RTPrintf("LPT %d:           I/O base: %#06x, IRQ: %d",
    14801480                             currentLPT + 1, ulIOBase, ulIRQ);
    1481                     if (details == VMINFO_MACHINEREADABLE)
    1482                         RTPrintf("lptmode%d=\"%ls\"\n", currentLPT + 1,
    1483                                  path.raw());
    1484                     else
    1485                         RTPrintf(", attached to device '%ls'\n", path.raw());
     1481                if (details == VMINFO_MACHINEREADABLE)
     1482                    RTPrintf("lptmode%d=\"%ls\"\n", currentLPT + 1,
     1483                            path.raw());
     1484                else
     1485                    RTPrintf(", attached to device '%ls'\n", path.raw());
    14861486            }
    14871487        }
     
    19411941        if (SUCCEEDED(rc))
    19421942        {
    1943         if (details != VMINFO_MACHINEREADABLE)
    1944             RTPrintf("\nUSB Device Filters:\n\n");
     1943            if (details != VMINFO_MACHINEREADABLE)
     1944                RTPrintf("\nUSB Device Filters:\n\n");
    19451945
    19461946            if (Coll.size() == 0)
Note: See TracChangeset for help on using the changeset viewer.

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