usbd: supress "statement is unreachable" warning on ARMCC
This commit is contained in:
		| @@ -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 | ||||
| //--------------------------------------------------------------------+ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yunhao Tian
					Yunhao Tian