zeromq / zmqpp

0mq 'highlevel' C++ bindings
http://zeromq.github.io/zmqpp
Mozilla Public License 2.0
439 stars 195 forks source link

Silenced some VC++ compiler warnings. #115

Closed rcane closed 9 years ago

rcane commented 9 years ago

Converted two while(true) loops into for(;;) in order to avoid: "warning C4127: conditional expression is constant".

Removed the variable name from two catch blocks to avoid: "warning C4101: 'e' : unreferenced local variable".