Sujet : Re: enums and switch vs function calls
De : tr.17687 (at) *nospam* z991.linuxsc.com (Tim Rentsch)
Groupes : comp.lang.cDate : 04. May 2025, 14:55:53
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <86ldrc7a52.fsf@linuxsc.com>
References : 1 2 3 4 5 6 7 8
User-Agent : Gnus/5.11 (Gnus v5.11) Emacs/22.4 (gnu/linux)
Ben Bacarisse <
ben@bsb.me.uk> writes:
scott@slp53.sl.home (Scott Lurndal) writes:
>
Ben Bacarisse <ben@bsb.me.uk> writes:
>
scott@slp53.sl.home (Scott Lurndal) writes:
>
Tim Rentsch <tr.17687@z991.linuxsc.com> writes:
>
...
>
That's true, but it can be reduced to only two lines total (so
only one line more than needed), by using
-fno-diagnostics-show-caret.
>
Yes, I use that. I still find that the "note:" lines clutter the
output and provide zero benefit.
>
Does
>
gcc -fcompare-debug-second -fno-diagnostics-show-caret
>
We use the latter. It doesn't get rid of the 'note' sections,
however.
>
For some reason, -fcompare-debug-second is commented out in our
Makefile, but it appears that only applies in when a second compile
is required.
>
It appears to have a second "side-effect" use. It removes notes
when I use it.
Nice to know. Thank you for posting it.