Suppress Keil warnings #66-D: enumeration value is out of "int" range

This commit is contained in:
hathach
2014-03-14 15:35:54 +07:00
parent f28746f28a
commit 16df2a2f62
5 changed files with 39 additions and 19 deletions

View File

@@ -41,6 +41,10 @@
#if TUSB_CFG_MCU == MCU_LPC175X_6X
#ifdef __CC_ARM
#pragma diag_suppress 66 // Suppress Keil warnings #66-D: enumeration value is out of "int" range
#endif
//--------------------------------------------------------------------+
// IMPLEMENTATION
//--------------------------------------------------------------------+