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

Squash a couple of warnings in example-deconstructor-alt #128

Merged
merged 1 commit into from
Jun 6, 2019

Conversation

tlsa
Copy link
Contributor

@tlsa tlsa commented Jul 26, 2018

example-deconstructor-alt.c: In function ‘main’:
example-deconstructor-alt.c:649:51: warning:
comparison between ‘yaml_sequence_style_t {aka enum yaml_sequence_style_e}’
and ‘enum yaml_mapping_style_e’ [-Wenum-compare]

example-deconstructor-alt.c:650:36: warning:
comparison between ‘yaml_sequence_style_t {aka enum yaml_sequence_style_e}’
and ‘enum yaml_mapping_style_e’ [-Wenum-compare]

example-deconstructor-alt.c: In function ‘main’:
example-deconstructor-alt.c:649:51: warning:
  comparison between ‘yaml_sequence_style_t {aka enum yaml_sequence_style_e}’
  and ‘enum yaml_mapping_style_e’ [-Wenum-compare]

example-deconstructor-alt.c:650:36: warning:
  comparison between ‘yaml_sequence_style_t {aka enum yaml_sequence_style_e}’
  and ‘enum yaml_mapping_style_e’ [-Wenum-compare]
@tlsa
Copy link
Contributor Author

tlsa commented Jan 12, 2019

Is anything blocking this getting merged?

@perlpunk perlpunk merged commit aa2e893 into yaml:master Jun 6, 2019
@perlpunk
Copy link
Member

perlpunk commented Jun 6, 2019

thanks, merged!

@perlpunk perlpunk added this to Merged to master in Release 0.2.3 Dec 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Release 0.2.3
  
Merged to master
Development

Successfully merging this pull request may close these issues.

None yet

2 participants