Changeset 86fffb2fe82da640baf36664069bc33e172c55d4
- 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
| ra6a77c3 |
r86fffb2 |
|
| 443 | 443 | const struct sockaddr *addr, size_t alen) |
|---|
| 444 | 444 | { |
|---|
| | 445 | VLC_UNUSED(family); |
|---|
| | 446 | VLC_UNUSED(socktype); |
|---|
| | 447 | VLC_UNUSED(protocol); |
|---|
| | 448 | VLC_UNUSED(addr); |
|---|
| | 449 | VLC_UNUSED(alen); |
|---|
| 445 | 450 | return -1; |
|---|
| 446 | 451 | } |
|---|