contrib/ports/win32/test.c: minor change, fix a warning.

This commit is contained in:
fbernon 2008-03-16 08:31:15 +00:00
parent f1081a0d64
commit f7693ad4d4

View File

@ -170,6 +170,8 @@ timers_update()
void
pppLinkStatusCallback(void *ctx, int errCode, void *arg)
{
LWIP_UNUSED_ARG(ctx);
switch(errCode) {
case PPPERR_NONE: { /* No error. */
struct ppp_addrs *ppp_addrs = arg;