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

fixed compiler warning. #32

Merged
merged 1 commit into from Feb 27, 2015
Merged

fixed compiler warning. #32

merged 1 commit into from Feb 27, 2015

Conversation

cubicdaiya
Copy link
Contributor

The compiler warning is described below.

../nginx_ajp_module/ngx_http_ajp_handler.c:65:17: error: implicit conversion from enumeration type 'ngx_http_ajp_state_e' to different enumeration type
      'ngx_http_ajp_packet_state_e' [-Werror,-Wenum-conversion]
    a->pstate = ngx_http_ajp_st_init_state;

ngx_http_ajp_handler.c:65:17: error: implicit conversion from enumeration type 'ngx_http_ajp_state_e' to different enumeration type
@yaoweibin
Copy link
Owner

Looks good to me. Thank you for the contribution.

yaoweibin added a commit that referenced this pull request Feb 27, 2015
@yaoweibin yaoweibin merged commit 6d5ba16 into yaoweibin:master Feb 27, 2015
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.

None yet

2 participants