zeromq / zeromq3-x

ØMQ/3.2 release branch - bug fixes only

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tests/test_monitor.cpp has no newline at EOF (causes compile error)

gfim opened this issue · comments

commented

The source file tests/test_monitor.cpp doesn't have a newline as its last character. This causes a compilation warning. Since -Werror is the default, that causes an error.

Can you raise an issue in Jira (not here), and then make a pull request with this fix?

Thanks!