From: Keith Packard Date: Tue, 28 Jan 2025 18:43:42 +0000 (-0800) Subject: altos/micropeak: Ignore another GCC warning X-Git-Tag: 1.9.20~1^2~21 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=d1e210747fe2582a8c2e63be126411e4ccf0e623;p=fw%2Faltos altos/micropeak: Ignore another GCC warning Signed-off-by: Keith Packard --- diff --git a/src/product/ao_micropeak.c b/src/product/ao_micropeak.c index 22559aaf..b9ab97e7 100644 --- a/src/product/ao_micropeak.c +++ b/src/product/ao_micropeak.c @@ -85,6 +85,7 @@ main(void) for (;;) { cli(); #pragma GCC diagnostic ignored "-Wconversion" +#pragma GCC diagnostic ignored "-Wsign-conversion" set_sleep_mode((uint8_t) SLEEP_MODE_PWR_DOWN); sleep_mode(); }