I'm not sure I'm able to follow where this discussion is heading, but at
the very least I'd like to chime in on the patch below:
I don't like how the entire DISABLED_WARNINGS_gcc line is lifted out. A
better solution is something like this:
ifeq ($(CC_VERSION_NUMBER), 4.8.5)
#Turn off array-
Hi Magnus,
On 25/01/2018 9:55 AM, Magnus Ihse Bursie wrote:
I'm not sure I'm able to follow where this discussion is heading, but at
the very least I'd like to chime in on the patch below:
I don't like how the entire DISABLED_WARNINGS_gcc line is lifted out. A
better solution is something lik