Skip to content

gcc16 changes - #3

Open
alteholz wants to merge 1 commit into
sunweaver:mainfrom
alteholz:gcc16
Open

gcc16 changes#3
alteholz wants to merge 1 commit into
sunweaver:mainfrom
alteholz:gcc16

Conversation

@alteholz

Copy link
Copy Markdown

Due to changes in gcc, some functions like strrchr return a const-qualified type when the input argument is a pointer to a const-qualified type.
While the parameter module_path is const, the resulting user_module_name must not be const, so introducing a temporary variable.

…lified

type when the input argument is a pointer to a const-qualified type.
While the parameter module_path is const, the resulting user_module_name
must not be const, so introducing a temporary variable.
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.

1 participant