Skip to content

Eliminate a variable that can confuse the compiler

Tony Finch requested to merge fanf-zoneverify-boolinit into main

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

Merge request reports