Skip to content

isup, mtp3: Use const char* whenever possible. - #5

Open
InterLinked1 wants to merge 1 commit into
asterisk:masterfrom
InterLinked1:issue-4
Open

isup, mtp3: Use const char* whenever possible.#5
InterLinked1 wants to merge 1 commit into
asterisk:masterfrom
InterLinked1:issue-4

Conversation

@InterLinked1

Copy link
Copy Markdown

Use const char* instead of char* if we can, so that applications don't need to cast arguments to char* with gcc 15.2.1 (to avoid discarded-qualifiers errors).

Resolves: #4

Use const char* instead of char* if we can, so that applications don't
need to cast arguments to char* with gcc 15.2.1 (to avoid
discarded-qualifiers errors).

Resolves: asterisk#4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

isup, mtp3: Some functions have char* arguments that could be const char*

1 participant