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

Make delimiters argument const so it can (legally) be a string literal. #5294

Merged
merged 1 commit into from
Jun 29, 2023
Merged

Make delimiters argument const so it can (legally) be a string literal. #5294

merged 1 commit into from
Jun 29, 2023

Conversation

Russ741
Copy link
Contributor

@Russ741 Russ741 commented Jun 29, 2023

Fixes #

Description of the Change
This no-op change to TokenizedStringToArray's signature resolves the following compiler warning:
BOINCListCtrl.cpp:251:54: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]

Alternate Designs
N/A

Release Notes
N/A

@AenBleidd AenBleidd added this to the Client/Manager 7.24.0 milestone Jun 29, 2023
@AenBleidd AenBleidd merged commit 857b0a7 into BOINC:master Jun 29, 2023
42 checks passed
@AenBleidd
Copy link
Member

Thank you for the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants