devsisters / goquic

QUIC support for Go
http://devsisters.github.io/goquic/
BSD 3-Clause "New" or "Revised" License
944 stars 100 forks source link

Error while building library files #27

Closed bharatkrishna closed 8 years ago

bharatkrishna commented 8 years ago

When I build library files using

I am seeing this error at the end and build is failing :

./build_libs.sh

make: *** [build/adaptor_client.o] Error 1
src/go_quic_simple_server_session.cc:31:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
src/adaptor.cc:245:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
make: *** [build/go_quic_simple_server_session.o] Error 1
make: *** [build/adaptor.o] Error 1
make: *** [build/go_quic_time_wait_list_manager.o] Error 1
make: *** [build/go_quic_dispatcher.o] Error 1
bharatkrishna commented 8 years ago

This issue got resolved by getting the latest sources with the fixes mentioned in https://github.com/devsisters/goquic/issues/26. Closing this issue.