remove pragma GCC diagnostic

This commit is contained in:
hathach
2018-11-23 15:25:25 +07:00
parent f196b24dce
commit 394a22ecf7
4 changed files with 1 additions and 25 deletions

View File

@@ -49,10 +49,6 @@
extern "C" {
#endif
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wpacked"
#pragma GCC diagnostic ignored "-Wattributes"
//--------------------------------------------------------------------+
// Common Definitions
//--------------------------------------------------------------------+
@@ -613,8 +609,6 @@ enum
HID_USAGE_CONSUMER_AC_PAN = 0x0238,
};
#pragma GCC diagnostic pop
#ifdef __cplusplus
}
#endif