boardctl: Remove warning pragma on BOARDIOC_USBDEV_CONNECT

We already have a debug assert and a return error this warning
will fail builds that are not even using this ioctl.

Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
This commit is contained in:
Brennan Ashton 2020-07-19 10:15:50 -07:00 committed by Alan Carvalho de Assis
parent 3a58926d01
commit fe0b5df223

View file

@ -152,7 +152,6 @@ static inline int
case BOARDIOC_USBDEV_CONNECT: /* Connect the USB MSC device */
{
DEBUGASSERT(ctrl->handle != NULL);
#warning Missing logic
ret = -ENOSYS;
}
break;