WaE: -Werror=unused-parameter

Change-Id: Icadfcb19ce1fff2b5009d42acf33297cda6e36f2
This commit is contained in:
Tor Lillqvist
2018-11-01 21:29:40 +02:00
parent 9a0decc406
commit f8a0fb4c32
4 changed files with 5 additions and 5 deletions

View File

@ -34,7 +34,7 @@ int fakeSocketListen(int fd);
int fakeSocketConnect(int fd1, int fd2);
int fakeSocketAccept4(int fd, int flags);
int fakeSocketAccept4(int fd);
int fakeSocketPeer(int fd);