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

Build error with clang #45

Closed
wants to merge 1 commit into from
Closed

Build error with clang #45

wants to merge 1 commit into from

Conversation

ossy-szeged
Copy link

My first idea was to set -Wno-parentheses-equality CFLAGS. in gst/videorepair/Makefile.am,
but it doesn't work, because the parent Makefile adds -Wall to CFLAGS which comes after
libgstvideorepair_la_CFLAGS and overrides the -Wno-parentheses-equality option.

@superdump
Copy link
Contributor

What is the error output that you see without your patch?

@ossy-szeged
Copy link
Author

You can find the full log in the issue:
#44

( I wanted to paste the issure number here, but missed.)

@philn
Copy link

philn commented Jul 31, 2015

And this one? :)

@superdump
Copy link
Contributor

I don't like removing -Werror. I would prefer something more specific if possible. Is it?

@ossy-szeged
Copy link
Author

It isn't trivial to fix it without removing -Werror, I explained it in my first comment.
But I don't have any time to try to find better fix for it.

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.

3 participants