- Timestamp:
- Jan 10, 2025 4:26:43 PM (10 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp
r106061 r107684 780 780 return itPairs->second.mValue.c_str(); 781 781 } 782 catch (const std::exception &ex) 783 { 784 RT_NOREF(ex); 782 catch (const std::exception &) 783 { 785 784 } 786 785 return NULL; … … 1578 1577 pWaitEvt = NULL; 1579 1578 } 1580 catch (const std::exception &ex) 1581 { 1582 RT_NOREF(ex); 1579 catch (const std::exception &) 1580 { 1583 1581 AssertFailedStmt(vrc = VERR_NOT_FOUND); 1584 1582 }
Note:
See TracChangeset
for help on using the changeset viewer.