mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Merge pull request #4801 from wind0r/fix_f7_warnings
ignore padding warning in accgyro tests
This commit is contained in:
commit
b3d6ff3328
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
#pragma GCC diagnostic push
|
||||
#if defined(SIMULATOR_BUILD) && defined(SIMULATOR_MULTITHREAD)
|
||||
#include <pthread.h>
|
||||
#else
|
||||
#elif !defined(UNIT_TEST)
|
||||
#pragma GCC diagnostic warning "-Wpadded"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue