commit | cb028bfe347653d2287d11d869671ea258ad4925 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Fri Aug 22 07:56:28 2025 +0200 |
committer | Jan Beulich <jbeulich@suse.com> | Fri Aug 22 07:56:28 2025 +0200 |
tree | 71d9c060ad65b3eea55a64514975207ed7eacf02 | |
parent | 82f6aecc19e420684f8587422b7ae848ac63cd9d [diff] |
gas: make as_tsktsk() output more as_warn()-like The lack of a uniform "Warning: " prefix can be irritating. Re-use as_warn_internal(), by moving the warning count increment into the pre- existing callers (where the flag_no_warnings checks also are). At the same time keep the listing_warning() invocation at its place - listings certainly should have such warnings reproduced as well. While there also drop the unnecessary forward declarations of static functions.