zeromq / zmqpp

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

Use -Wextra on compilers that aren't MSVC #173

Closed danielunderwood closed 7 years ago

danielunderwood commented 7 years ago

This changes the edits in benjamg-patch-1 to conditionally use -Wextra if we aren't compiling on MSVC.