Eliminate a variable that can confuse the compiler
Sometimes the compiler is unable to see that this variable is initialized by a call to another function, which can cause a build failure; I encountered this with CFLAGS=-Os.
Edited by Tony Finch
Sometimes the compiler is unable to see that this variable is initialized by a call to another function, which can cause a build failure; I encountered this with CFLAGS=-Os.