VirtualBox

Changeset 63256 in vbox for trunk/src/VBox/Main/src-all


Ignore:
Timestamp:
Aug 10, 2016 12:04:54 PM (8 years ago)
Author:
vboxsync
Message:

Main: warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-all/AuthLibrary.cpp

    r62485 r63256  
    4242} AuthCtx;
    4343
    44 static DECLCALLBACK(int) authThread(RTTHREAD self, void *pvUser)
    45 {
     44static DECLCALLBACK(int) authThread(RTTHREAD hThreadSelf, void *pvUser)
     45{
     46    RT_NOREF(hThreadSelf);
    4647    AuthCtx *pCtx = (AuthCtx *)pvUser;
    4748
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