Changeset 64245 in vbox
- Timestamp:
- Oct 13, 2016 12:48:33 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 111254
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvHostBase-win.cpp
r64244 r64245 46 46 Assert(pbSense || !cbSense); 47 47 AssertPtr(pbCmd); 48 Assert(cbCmd <= 16 && cbCmd >= 1); 48 Assert(cbCmd <= 16 && cbCmd >= 1); RT_NOREF(cbCmd); 49 49 50 50 int rc = VERR_GENERAL_FAILURE;
Note:
See TracChangeset
for help on using the changeset viewer.