VirtualBox

Changeset 107684 in vbox for trunk/src


Ignore:
Timestamp:
Jan 10, 2025 4:26:43 PM (10 days ago)
Author:
vboxsync
Message:

src/VBox/Main/src-client/GuestCtrlPrivate.cpp: Fixed warnings found by Parfait (unread variable). jiraref:VBP-1424

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp

    r106061 r107684  
    780780            return itPairs->second.mValue.c_str();
    781781    }
    782     catch (const std::exception &ex)
    783     {
    784         RT_NOREF(ex);
     782    catch (const std::exception &)
     783    {
    785784    }
    786785    return NULL;
     
    15781577            pWaitEvt = NULL;
    15791578        }
    1580         catch (const std::exception &ex)
    1581         {
    1582             RT_NOREF(ex);
     1579        catch (const std::exception &)
     1580        {
    15831581            AssertFailedStmt(vrc = VERR_NOT_FOUND);
    15841582        }
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