mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-01 04:46:51 +08:00
[tests] silence some unused arg warnings
This commit is contained in:
@@ -29,7 +29,10 @@
|
||||
*/
|
||||
#define PERIODIC_C_MAIN
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wunused-parameter"
|
||||
#include "generated/periodic_telemetry.h"
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
#include "generated/airframe.h"
|
||||
#include "generated/settings.h"
|
||||
|
||||
@@ -32,7 +32,10 @@
|
||||
*/
|
||||
#define PERIODIC_C_MAIN
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wunused-parameter"
|
||||
#include "generated/periodic_telemetry.h"
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
#include "generated/airframe.h"
|
||||
#include "generated/settings.h"
|
||||
|
||||
Reference in New Issue
Block a user