Changeset 12371 in vbox for trunk/include/VBox
- Timestamp:
- Sep 10, 2008 7:32:36 PM (16 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmdev.h
r11294 r12371 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); 3057 3062 #ifdef VBOX_STRICT 3058 3063 # ifdef IN_RING3 -
trunk/include/VBox/pdmusb.h
r8155 r12371 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); 687 692 #ifdef VBOX_STRICT 688 693 int rc;
Note:
See TracChangeset
for help on using the changeset viewer.