Re: [PATCH] asm-generic: fix -Wtype-limits compiler warnings

From: David Howells
Date: Wed Jul 24 2019 - 17:49:24 EST


Qian Cai <cai@xxxxxx> wrote:

> I have GCC 8.2.1 which works fine.

But you need to check the minimum version, i.e. 4.6:

#if GCC_VERSION < 40600

David