VirtualBox

Ignore:
Timestamp:
Jul 26, 2016 3:58:26 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109140
Message:

IPRT: More unused parameters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstRTTcp-1.cpp

    r62477 r62571  
    4242static DECLCALLBACK(int) test3Server(RTSOCKET hSocket, void *pvUser)
    4343{
     44    RT_NOREF_PV(pvUser);
     45
    4446    RTTestSetDefault(g_hTest, NULL);
    4547    char szBuf[4096];
     
    114116static DECLCALLBACK(int) test2Server(RTSOCKET hSocket, void *pvUser)
    115117{
     118    RT_NOREF_PV(pvUser);
     119
    116120    RTTestSetDefault(g_hTest, NULL);
    117121    char szBuf[512];
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