war on -Werror, part 8: more informals.
General guide: if the parameter name and its typings match almost exactly, the name goes away. Otherwise, it's commented out to allow for some documentation.
This commit is contained in:
@@ -96,7 +96,7 @@ protected:
|
||||
virtual void GetUSBStorageDevices( vector<UsbStorageDevice>& vDevicesOut ) { }
|
||||
|
||||
/* Test the device. On failure, call pDevice->SetError() appropriately, and return false. */
|
||||
virtual bool TestWrite( UsbStorageDevice* pDevice ) { return true; }
|
||||
virtual bool TestWrite( UsbStorageDevice* ) { return true; }
|
||||
|
||||
private:
|
||||
vector<UsbStorageDevice> m_vDevicesLastSeen;
|
||||
|
||||
Reference in New Issue
Block a user