zeromq / zeromq3-x

ØMQ/3.2 release branch - bug fixes only
GNU General Public License v3.0
227 stars 96 forks source link

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

Closed gfim closed 12 years ago

gfim commented 12 years ago

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.

hintjens commented 12 years ago

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

Thanks!