Changeset 63239 in vbox for trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
- Timestamp:
- Aug 10, 2016 9:39:08 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r63184 r63239 1438 1438 void Console::i_VRDPInterceptAudio(uint32_t u32ClientId) 1439 1439 { 1440 RT_NOREF(u32ClientId); 1440 1441 LogFlowFuncEnter(); 1441 1442 … … 2812 2813 HRESULT Console::detachUSBDevice(const com::Guid &aId, ComPtr<IUSBDevice> &aDevice) 2813 2814 { 2815 RT_NOREF(aDevice); 2814 2816 #ifdef VBOX_WITH_USB 2815 2817 … … 6856 6858 bool aAllowNullVM /* = false */) 6857 6859 { 6860 RT_NOREF(aAllowNullVM); 6858 6861 AutoCaller autoCaller(this); 6859 6862 /** @todo Fix race during console/VM reference destruction, refer @bugref{6318} … … 8796 8799 const char *pszCaptureFilename) 8797 8800 { 8801 RT_NOREF(aHostDevice); 8798 8802 LogFlowFuncEnter(); 8799 8803 LogFlowFunc(("that={%p} aUuid={%RTuuid}\n", that, aUuid)); … … 9218 9222 const char *pszErrorFmt, va_list va) 9219 9223 { 9224 RT_SRC_POS_NOREF(); 9220 9225 Utf8Str *pErrorText = (Utf8Str *)pvUser; 9221 9226 AssertPtr(pErrorText); … … 9279 9284 HRESULT Console::i_captureUSBDevices(PUVM pUVM) 9280 9285 { 9286 RT_NOREF(pUVM); 9281 9287 LogFlowThisFunc(("\n")); 9282 9288 … … 10373 10379 DECLCALLBACK(int) Console::i_drvStatus_Construct(PPDMDRVINS pDrvIns, PCFGMNODE pCfg, uint32_t fFlags) 10374 10380 { 10381 RT_NOREF(fFlags); 10375 10382 PDMDRV_CHECK_VERSIONS_RETURN(pDrvIns); 10376 10383 PDRVMAINSTATUS pThis = PDMINS_2_DATA(pDrvIns, PDRVMAINSTATUS);
Note:
See TracChangeset
for help on using the changeset viewer.