VirtualBox

Changeset 94422 in vbox


Ignore:
Timestamp:
Mar 31, 2022 9:59:39 PM (3 years ago)
Author:
vboxsync
Message:

X11/VBoxClient: Doxygen fix (use RT_NOREF) + todo. bugref:10199

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/display.cpp

    r94306 r94422  
    269269 * @interface_method_impl{VBCLSERVICE,pfnWorker}
    270270 */
    271 static DECLCALLBACK(int) run(bool volatile *)
    272 {
     271static DECLCALLBACK(int) run(bool volatile *pfShutdown)
     272{
     273    RT_NOREF(pfShutdown); /** @todo Probably very wrong not to check pfShutdown... Especially given no pfnStop implementation. */
    273274    struct DISPLAYSTATE *pSelf = &g_DisplayState;
    274275
Note: See TracChangeset for help on using the changeset viewer.

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