Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix warning assignment discards qualifiers #80

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

jpereira
Copy link
Contributor

@jpereira jpereira commented Nov 2, 2023

eg:

pam_radius_auth.c:1277:15: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
 1277 |         resp_msg.msg = message;
      |                      ^ ~~~~~~~

eg:

pam_radius_auth.c:1277:15: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
 1277 |         resp_msg.msg = message;
      |                      ^ ~~~~~~~
@alandekok alandekok merged commit 4ea978e into FreeRADIUS:master Nov 7, 2023
10 of 12 checks passed
@jpereira jpereira deleted the fix2 branch November 7, 2023 14:28
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.

3 participants