src/drivers: Ignore printf warnings in ao_aprs.c
authorKeith Packard <keithp@keithp.com>
Wed, 28 Dec 2022 05:01:06 +0000 (21:01 -0800)
committerKeith Packard <keithp@keithp.com>
Wed, 28 Dec 2022 05:01:06 +0000 (21:01 -0800)
commitad4679dd0bd2d759f708a6ab6d0425eb1cbde7c1
treed27eca686e73f0f8f7d0510a4a57f71dabd38a84
parent0c34739489b23e729cd7d35c5ec74416fb51164a
src/drivers: Ignore printf warnings in ao_aprs.c

This code uses sprintf to generate the tnc buffer, but the compiler doesn't
really understand the value limits.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/drivers/ao_aprs.c