Menu

#4042 Weird uninitialized variable warning on local function prototype

open
nobody
None
other
5
2026-07-20
2026-07-20
No

Tcc regression test 105_local_extern.c outputs a strange warning about an auto variable f where there is no variable definition at all.

cases/../tcc/105_local_extern.c:3: warning 84: 'auto' variable 'f' may be used before initialization

Discussion


Log in to post a comment.