X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fdrivers%2Fao_aprs.c;h=b0645465c586ddb6e88f11f29ff37962cfc61277;hb=026ab589d0ade3dd59d26888fffd8699ef534671;hp=3ac4cd535b231a8ac11622e5719dfe115839a202;hpb=b140da92536d7c48ba37868f1c2afce7bb86dfdb;p=fw%2Faltos diff --git a/src/drivers/ao_aprs.c b/src/drivers/ao_aprs.c index 3ac4cd53..b0645465 100644 --- a/src/drivers/ao_aprs.c +++ b/src/drivers/ao_aprs.c @@ -310,6 +310,7 @@ static uint8_t tncBitStuff; /// Buffer to hold the message portion of the AX.25 packet as we prepare it. static uint8_t tncBuffer[TNC_BUFFER_SIZE]; +#pragma GCC diagnostic ignored "-Wformat-overflow=" /** * Initialize the TNC internal variables. */