mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-11 18:40:45 +00:00
usbd: supress "statement is unreachable" warning on ARMCC
This commit is contained in:
parent
9775e76910
commit
dba59217da
@ -44,6 +44,11 @@
|
||||
#define CFG_TUD_TASK_QUEUE_SZ 16
|
||||
#endif
|
||||
|
||||
#ifdef __ARMCC_VERSION
|
||||
// Supress "statement is unreachable" warning
|
||||
#pragma diag_suppress 111
|
||||
#endif
|
||||
|
||||
//--------------------------------------------------------------------+
|
||||
// Device Data
|
||||
//--------------------------------------------------------------------+
|
||||
|
Loading…
x
Reference in New Issue
Block a user