Fix GCC4 warning.

This commit is contained in:
Mike Hearn 2005-06-29 19:18:54 +00:00 committed by Alexandre Julliard
parent a2051075fe
commit 92a32db23e
1 changed files with 2 additions and 6 deletions

View File

@ -1772,14 +1772,10 @@ static NTSTATUS DVD_SendKey(int fd, PDVD_COPY_PROTECT_KEY key)
FIXME("Unknown Keytype 0x%x\n",key->KeyType);
}
return ret;
#elif defined(__FreeBSD__) || defined(__NetBSD__)
TRACE("bsd\n");
return STATUS_NOT_SUPPORTED;
#else
TRACE("outside\n");
FIXME("unsupported on this platform\n");
return STATUS_NOT_SUPPORTED;
#endif
TRACE("not reached\n");
#endif
}
/******************************************************************