VirtualBox

Changeset 63403 in vbox for trunk/src/VBox/Additions/x11


Ignore:
Timestamp:
Aug 12, 2016 8:57:23 PM (8 years ago)
Author:
vboxsync
Message:

gcc warnings

File:
1 edited

Legend:

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

    r62883 r63403  
    3939}
    4040
    41 static int showNotify(const char *pcHeader, const char *pcBody)
     41static int showNotify(const char *pszHeader, const char *pszBody)
    4242{
    4343    int rc;
     
    7070        const char *msg_app = "VBoxClient";
    7171        const char *msg_icon = "";
    72         const char *msg_summary = pcHeader;
    73         const char *msg_body = pcBody;
     72        const char *msg_summary = pszHeader;
     73        const char *msg_body = pszBody;
    7474        int32_t msg_timeout = -1;           /* Let the notification server decide */
    7575
     
    115115        dbus_message_unref(msg);
    116116# else
    117     /* TODO: Implement me */
     117    /** @todo Implement me */
     118    RT_NOREF(pszHeader, pszBody);
    118119    rc = VINF_SUCCESS;
    119120# endif /* VBOX_WITH_DBUS */
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