VirtualBox

Ignore:
Timestamp:
Aug 2, 2016 3:51:18 PM (8 years ago)
Author:
vboxsync
Message:

Additions/*: gcc warnings.

File:
1 edited

Legend:

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

    r62530 r62883  
    5858
    5959/** Default handler for various struct VBCLSERVICE member functions. */
    60 static int VBClServiceDefaultHandler(struct VBCLSERVICE **pSelf)
     60DECLINLINE(int) VBClServiceDefaultHandler(struct VBCLSERVICE **pSelf)
    6161{
     62    RT_NOREF1(pSelf);
    6263    return VINF_SUCCESS;
    6364}
     
    6667 * Usually used because the service is cleaned up automatically when the user
    6768 * process/X11 exits. */
    68 static void VBClServiceDefaultCleanup(struct VBCLSERVICE **ppInterface)
     69DECLINLINE(void) VBClServiceDefaultCleanup(struct VBCLSERVICE **ppInterface)
    6970{
    7071    NOREF(ppInterface);
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