Changeset 95062 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- May 23, 2022 12:36:34 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 151529
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA-cmd.cpp
r95055 r95062 3411 3411 return VINF_SUCCESS; 3412 3412 #else 3413 RT_NOREF(pThisCC, idDXContext,pCmd, cbCmd);3413 RT_NOREF(pThisCC, pCmd, cbCmd); 3414 3414 return VERR_NOT_SUPPORTED; 3415 3415 #endif … … 3665 3665 return rc; 3666 3666 #else 3667 RT_NOREF(pThisCC, idDXContext, pCmd, cbCmd);3667 RT_NOREF(pThisCC, pCmd); 3668 3668 return VERR_NOT_SUPPORTED; 3669 3669 #endif … … 4075 4075 return rc; 4076 4076 #else 4077 RT_NOREF(pThisCC, idDXContext, pCmd, cbCmd);4077 RT_NOREF(pThisCC, pCmd); 4078 4078 return VERR_NOT_SUPPORTED; 4079 4079 #endif
Note:
See TracChangeset
for help on using the changeset viewer.