alanxz / rabbitmq-c

RabbitMQ C client
MIT License
1.77k stars 672 forks source link

Fix function declaration misalignment warning on OSX #831

Closed alanxz closed 6 months ago

alanxz commented 6 months ago

Recent versions of Clang on MacOS X seems to trigger a warning about "function declaration without a prototype is deprecated in all versions of C"

Signed-off-by: GitHub noreply@github.com