VirtualBox

Changeset 95062 in vbox for trunk/src/VBox/Devices/Graphics


Ignore:
Timestamp:
May 23, 2022 12:36:34 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
151529
Message:

Devices/Graphics: build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA-cmd.cpp

    r95055 r95062  
    34113411    return VINF_SUCCESS;
    34123412#else
    3413     RT_NOREF(pThisCC, idDXContext, pCmd, cbCmd);
     3413    RT_NOREF(pThisCC, pCmd, cbCmd);
    34143414    return VERR_NOT_SUPPORTED;
    34153415#endif
     
    36653665    return rc;
    36663666#else
    3667     RT_NOREF(pThisCC, idDXContext, pCmd, cbCmd);
     3667    RT_NOREF(pThisCC, pCmd);
    36683668    return VERR_NOT_SUPPORTED;
    36693669#endif
     
    40754075    return rc;
    40764076#else
    4077     RT_NOREF(pThisCC, idDXContext, pCmd, cbCmd);
     4077    RT_NOREF(pThisCC, pCmd);
    40784078    return VERR_NOT_SUPPORTED;
    40794079#endif
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette