asterisk/utils
Joshua C. Colp 84457fc61a build: Fix GCC discarded-qualifiers const errors.
GCC 15.2.1 pays attention to the discarding of the const
qualifier when strchr, strrchr, memchr, or memrchr are now
used. This change fixes numerous errors with this throughout
the tree. The fixes can be broken down into the following:

1. The return value should be considered const.
2. The value passed to strchr or strrchr can be cast as it is
   expected and allowed to be modified.
3. The pointer passed to strchr or strrchr is not meant to be
   modified and so the contents must be duplicated.
4. It was declared const and never should have been.
2026-08-06 08:46:40 -06:00
..
db1-ast utils: Spelling fixes 2021-11-16 05:42:40 -06:00
.gitignore core: Stop using AST_INLINE_API for allocator functions. 2018-03-17 01:06:33 -04:00
ael_main.c Asterisk Certified 18.9 Preparation 2022-01-17 12:17:44 -07:00
astcanary.c Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
astdb2bdb.c Multiple revisions 369001-369002 2012-06-15 16:20:16 +00:00
astdb2sqlite3.c Fix 'statement' typo throughout code. 2018-10-18 12:44:10 -05:00
astman.1 utils: Spelling fixes 2021-11-16 05:42:40 -06:00
astman.c Asterisk Certified 18.9 Preparation 2022-01-17 12:17:44 -07:00
check_expr.c Asterisk Certified 18.9 Preparation 2022-01-17 12:17:44 -07:00
clicompat.c CLI: Enable automatic references to modules. 2015-05-04 20:47:18 -04:00
conf2ael.c Asterisk Certified 18.9 Preparation 2022-01-17 12:17:44 -07:00
conf_bridge_binaural_hrir_importer.c Binaural synthesis (confbridge): Adds binaural synthesis to bridge_softmix. 2017-02-23 10:34:58 -07:00
conf_bridge_binaural_hrir_importer.h Binaural synthesis (confbridge): Adds binaural synthesis to bridge_softmix. 2017-02-23 10:34:58 -07:00
expr2.testinput Merged revisions 179807 via svnmerge from 2009-03-03 22:12:02 +00:00
extconf.c build: Fix GCC discarded-qualifiers const errors. 2026-08-06 08:46:40 -06:00
frame.c utils: Spelling fixes 2021-11-16 05:42:40 -06:00
frame.h utils: Spelling fixes 2021-11-16 05:42:40 -06:00
Makefile BuildSystem: Remove two dead exceptions for compiler Clang. 2021-08-19 09:03:03 -05:00
muted.c Asterisk Certified 18.9 Preparation 2022-01-17 12:17:44 -07:00
smsq.c Asterisk Certified 18.9 Preparation 2022-01-17 12:17:44 -07:00
stereorize.c Asterisk Certified 18.9 Preparation 2022-01-17 12:17:44 -07:00
streamplayer.c Asterisk Certified 18.9 Preparation 2022-01-17 12:17:44 -07:00
utils.xml module: Remove deprecated modules and update support levels. 2018-07-18 18:15:53 +00:00