Changeset 12375 in vbox
- Timestamp:
- Sep 10, 2008 8:24:55 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 36419
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmdev.h
r12371 r12375 3055 3055 DECLINLINE(int) PDMDeviceDBGFStop(PPDMDEVINS pDevIns, RT_SRC_POS_DECL, const char *pszFormat, ...) 3056 3056 { 3057 NOREF(pDevIns);3058 NOREF(pszFormat);3059 NOREF(pszFile);3060 NOREF(iLine);3061 NOREF(pszFunction);3062 3057 #ifdef VBOX_STRICT 3063 3058 # ifdef IN_RING3 -
trunk/include/VBox/pdmusb.h
r12371 r12375 685 685 DECLINLINE(int) PDMUsbDBGFStop(PPDMUSBINS pUsbIns, RT_SRC_POS_DECL, const char *pszFormat, ...) 686 686 { 687 NOREF(pUsbIns);688 NOREF(pszFile);689 NOREF(iLine);690 NOREF(pszFunction);691 NOREF(pszFormat);692 687 #ifdef VBOX_STRICT 693 688 int rc;
Note:
See TracChangeset
for help on using the changeset viewer.