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

@@ -50,10 +50,6 @@
extern "C" {
#endif
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wpacked"
#pragma GCC diagnostic ignored "-Wattributes"
/** \defgroup ClassDriver_CDC_Common Common Definitions
* @{ */
@@ -406,8 +402,6 @@ typedef struct ATTR_PACKED
TU_VERIFY_STATIC(sizeof(cdc_line_control_state_t) == 2, "size is not correct");
#pragma GCC diagnostic pop
/** @} */
#ifdef __cplusplus