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

Separate two test strings #1507

Merged
merged 1 commit into from
Apr 24, 2024
Merged

Separate two test strings #1507

merged 1 commit into from
Apr 24, 2024

Conversation

ryandesign
Copy link
Contributor

Fixes clang compiler warning:

warning: suspicious concatenation of string literals in an array initialization; did you mean to separate the elements with a comma? [-Wstring-concatenation]

Fixes clang compiler warning:

warning: suspicious concatenation of string literals in an array
initialization; did you mean to separate the elements with a comma?
[-Wstring-concatenation]
@linas linas merged commit 9d6bd56 into opencog:master Apr 24, 2024
1 check passed
@ryandesign ryandesign deleted the concat branch April 25, 2024 01: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.

2 participants