zeromq / zeromq3-x

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

[LIBZMQ-543] Fix compilation errors with Clang #93

Closed cjuniet closed 11 years ago

cjuniet commented 11 years ago

A few forward declarations use mismatched struct and class types. Clang won't compile this with -Werror (which is enabled by default).