jbrisbin / amqp_client

Rebar-friendly fork of rabbitmq-erlang-client
101 stars 118 forks source link

Increase compiler warnings and errors. #4

Closed blt closed 12 years ago

blt commented 12 years ago

Upstream projects that require this library and use more stringent error checking during compilation will fail if if this library introduces such errors. As of this commit, 'rebar compile' now fails, owing to issues with jbrisbin/rabbit_common fixed in

https://github.com/jbrisbin/rabbit_common/pull/1

Depending on upstream's fix, a new tag might need to be dropped into the deps. Semantic Versioning as tags would make this somewhat more simple.

Signed-off-by: Brian L. Troutwine brian@troutwine.us

jbrisbin commented 12 years ago

Just pushed updates to this to use 2.7.1 and 2.7.1-community. Please let me know if this makes your build work better or if you have other feedback.

Thanks for the contribution!

blt commented 12 years ago

Thanks!