asterisk/utils
Joshua C. Colp d60bffe56e 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-03-26 19:23:47 +00:00
..
.gitignore muted: Remove deprecated application. 2021-08-17 10:39:08 -03:00
ael_main.c backtrace: Refactor ast_bt_get_symbols so it doesn't crash 2018-11-19 05:49:39 -07:00
astcanary.c Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
astman.1 utils: Spelling fixes 2021-11-15 17:12:41 -06:00
astman.c Compiler fixes for gcc 10 2020-06-10 09:33:28 -05:00
check_expr.c backtrace: Refactor ast_bt_get_symbols so it doesn't crash 2018-11-19 05:49:39 -07:00
clicompat.c CLI: Enable automatic references to modules. 2015-05-04 20:47:18 -04: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-03-26 19:23:47 +00:00
frame.c utils: Spelling fixes 2021-11-15 17:12:41 -06:00
frame.h utils: Spelling fixes 2021-11-15 17:12:41 -06:00
Makefile utils: Remove libdb and astdb conversion scripts. 2025-02-03 15:10:41 +00:00
smsq.c Fixes for GCC 9 2019-05-10 10:22:55 -06:00
stereorize.c Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
streamplayer.c BuildSystem: Add DragonFly BSD. 2018-04-20 12:50:03 +02:00
utils.xml utils: Remove libdb and astdb conversion scripts. 2025-02-03 15:10:41 +00:00