GCC: "each undeclared identifier is reported only once for each function it appears in"
I guess this is a GCC question, not specific to CubeIDE, but perhaps someone here knows?
Is there a way to make GCC report all the appearances of the undeclared identifier - not just the first?
I would find this more useful - rather than having to do a separate search to see if there are any other occurrences.
eg, It's not uncommon that I make the same spelling mistake in multiple places; or make a spelling mistake in the declaration, but spell all the references correctly; etc, ...
Googling hasn't helped me - it's just swamped by people explaining what "undeclared identifier" means.
I know what "undeclared identifier" means.
