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

enable -Wall option when supported #114

Merged
merged 1 commit into from
Jul 23, 2019

Conversation

charlie-ht
Copy link
Contributor

This also fixes some warnings that existed. The only tricky one was to
do with g_autoptr. I'm not sure why, but I had to hoist and initialize
this further up the scope to stop GCC complaining about it being
potentially uninitialized in _GLIB_AUTOPTR_CLEAR_FUNC_NAME.

This also fixes some warnings that existed. The only tricky one was to
do with g_autoptr. I'm not sure why, but I had to hoist and initialize
this further up the scope to stop GCC complaining about it being
potentially uninitialized in _GLIB_AUTOPTR_CLEAR_FUNC_NAME.
@charlie-ht charlie-ht requested a review from aperezdc July 23, 2019 12:37
Copy link
Member

@aperezdc aperezdc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is lovely, thanks for the patch @charlie-ht!

@aperezdc aperezdc merged commit 65c3b28 into Igalia:master Jul 23, 2019
@aperezdc aperezdc added the merge:cog-0.3 PR should be merged to the cog-0.3 branch as well label Jul 23, 2019
@aperezdc
Copy link
Member

Also merged to the cog-0.3 branch as commit cbcab37.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge:cog-0.3 PR should be merged to the cog-0.3 branch as well
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants