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

Added copts_ list #92

Closed
wants to merge 4 commits into from
Closed

Added copts_ list #92

wants to merge 4 commits into from

Conversation

ArthurBandaryk
Copy link
Contributor

copts_ list contains -Werror option in order to turn all warnings into the
errors. -Wno-error=deprecated-declarations option turns syscall warning
into a warning even if -Werror is specified.
Also I created an issue in the google/glog repo about syscall warning
#717.

`copts_` list contains `-Werror` option in order to turn all warnings into the
errors. `-Wno-error=deprecated-declarations` option turns `syscall` warning
into a warning even if -Werror is specified.
Also I created an issue in the google/glog repo about `syscall` warning
[#717](google/glog#717).
@ArthurBandaryk ArthurBandaryk linked an issue Oct 7, 2021 that may be closed by this pull request
@ArthurBandaryk ArthurBandaryk deleted the ArthurBandaryk.Werror branch October 7, 2021 12:15
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.

Turn on warnings by default
2 participants