Hi,
My compiler (no names) is vastly smarter than I at understanding C, but I can't tell if the following 'error' is drivel or just over my head;
#    File: h2_session.c
# ---------------------
# 512:nghttp2_session_callbacks_set_on_invalid_frame_recv_callback(*pcb,
on_invalid_frame_recv_cb)
#   Error:                                                                      
                      ^
#   illegal implicit conversion
#   from 'int    (struct nghttp2_session *, const union  *, 
@enum$24h2_session_c, void *)'
#   to   'int (*)(struct nghttp2_session *, const union  *, int, void *)'
Beyond this one 'blip', mod_h2 builds without issue, even the static build/link of nghttp2 lib.
TIA,
Norm


Reply via email to