Skip to content

Commit

Permalink
avoid die on compiler warning during libzmq build
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed May 31, 2023
1 parent 319ee4b commit b36e774
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/install_libzmq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ index 17c3537df3..12dead87ba 100644
LIBZMQ_UNUSED (init_);
EOF

# avoid error on warning
export CXXFLAGS="-Wno-error"

./configure --prefix="$PREFIX" --with-libsodium
make -j4
make install
Expand Down

0 comments on commit b36e774

Please sign in to comment.