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 C99 compatibility in cevent.h #185

Closed
wants to merge 1 commit into from

Conversation

t3hk0d3
Copy link
Contributor

@t3hk0d3 t3hk0d3 commented Nov 13, 2017

Currently it causes compilation error when using clang:

/usr/local/include/libfswatch/c/cevent.h:82:10: error: must use 'enum' tag to refer to type 'fsw_event_flag'
  extern fsw_event_flag FSW_ALL_EVENT_FLAGS[15];
         ^

@t3hk0d3
Copy link
Contributor Author

t3hk0d3 commented Nov 18, 2017

closed in favor of #188

@t3hk0d3 t3hk0d3 closed this Nov 18, 2017
@emcrisostomo emcrisostomo added this to the 1.11.3 milestone May 2, 2018
@emcrisostomo emcrisostomo self-requested a review May 2, 2018 14:53
@emcrisostomo emcrisostomo self-assigned this May 2, 2018
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.

2 participants