VirtualBox

Changeset 1714 in vbox for trunk/src/VBox/Main/hgcm


Ignore:
Timestamp:
Mar 27, 2007 8:56:10 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
19867
Message:

GCC warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/hgcm/HGCM.cpp

    r1713 r1714  
    8989
    9090        HGCMTHREADHANDLE m_thread;
    91         friend static DECLCALLBACK(void) hgcmServiceThread (HGCMTHREADHANDLE ThreadHandle, void *pvUser);
     91        friend DECLCALLBACK(void) hgcmServiceThread (HGCMTHREADHANDLE ThreadHandle, void *pvUser);
    9292
    9393        uint32_t volatile m_u32RefCnt;
     
    432432 * The service thread. Loads the service library and calls the service entry points.
    433433 */
    434 static DECLCALLBACK(void) hgcmServiceThread (HGCMTHREADHANDLE ThreadHandle, void *pvUser)
     434DECLCALLBACK(void) hgcmServiceThread (HGCMTHREADHANDLE ThreadHandle, void *pvUser)
    435435{
    436436    HGCMService *pSvc = (HGCMService *)pvUser;
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