Changeset 86fffb2fe82da640baf36664069bc33e172c55d4

Show
Ignore:
Timestamp:
03/03/08 17:59:09 (6 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1204563549 +0100
git-parent:

[111dac8c7d1252f3d3b6f9ac96b37e6e986b06e4]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1204563530 +0100
Message:

network/rootwrap.c: Unused args fix.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/network/rootwrap.c

    ra6a77c3 r86fffb2  
    443443                   const struct sockaddr *addr, size_t alen) 
    444444{ 
     445    VLC_UNUSED(family); 
     446    VLC_UNUSED(socktype); 
     447    VLC_UNUSED(protocol); 
     448    VLC_UNUSED(addr); 
     449    VLC_UNUSED(alen); 
    445450    return -1; 
    446451}