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: make sure that char* declarations with a direct assignment of a constant are no longer valid in plugins #2390

Merged
merged 1 commit into from
Feb 20, 2023

Conversation

obones
Copy link
Contributor

@obones obones commented Feb 20, 2023

They must be char const * because string literals are "const" with newest compilers

As requested here: #2379 (comment)

…constant are no longer valid in plugins. They must be char const * because string literals are "const" with newest compilers
@zuckschwerdt zuckschwerdt merged commit 371ccfd into merbanan:master Feb 20, 2023
@obones obones deleted the char_constant_check branch March 10, 2023 09:39
andrewjw pushed a commit to andrewjw/rtl_433 that referenced this pull request Sep 29, 2023
make sure that char* declarations with a direct assignment of a constant are no longer valid in plugins. They must be char const * because string literals are "const" with newest compilers
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.

None yet

2 participants