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 GLib critical warning about default enum value not found #87

Merged
merged 1 commit into from
Jul 5, 2024

Conversation

vivia
Copy link
Contributor

@vivia vivia commented Jul 5, 2024

LOGSEVERITY_DEFAULT is defined as a different enum value as LOGSEVERITY_INFO, which it corresponds to, and set as equal later on internally. This cannot work when looking it up in the GEnumValue array. Easiest way around it is to manually set it to INFO.

LOGSEVERITY_DEFAULT is defined as a different enum value as
LOGSEVERITY_INFO, which it corresponds to, and set as equal later on
internally. This cannot work when looking it up in the GEnumValue array.
Easiest way around it is to manually set it to INFO.
@MathieuDuponchelle
Copy link
Collaborator

cc @amyspark

@MathieuDuponchelle MathieuDuponchelle requested review from amyspark and removed request for MathieuDuponchelle July 5, 2024 14:45
@sdroege sdroege merged commit 8ee7844 into centricular:master Jul 5, 2024
1 check passed
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.

4 participants