Changeset 4935 in vbox
- Timestamp:
- Sep 20, 2007 2:53:38 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 24683
- Location:
- trunk/src/VBox/HostDrivers/Support/os2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp
r4826 r4935 352 352 */ 353 353 int rc2 = KernVMUnlock(&Lock); 354 AssertMsg(!rc2, ("rc2=%d\n", rc2)); 354 AssertMsg(!rc2, ("rc2=%d\n", rc2)); NOREF(rc2); 355 355 356 356 dprintf2(("VBoxDrvIOCtl: returns %d\n", rc)); -
trunk/src/VBox/HostDrivers/Support/os2/SUPLib-os2.cpp
r4925 r4935 29 29 #include <VBox/param.h> 30 30 #include <VBox/err.h> 31 #include <VBox/log.h> 31 32 #include <iprt/path.h> 32 33 #include <iprt/assert.h> … … 188 189 { 189 190 int rc = DosFreeMem(pvPages); 190 Assert(!rc); 191 Assert(!rc); NOREF(rc); 191 192 } 192 193 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.