]> Git Repo - VerusCoin.git/commitdiff
suppress warnings for crypto conditions
authorAsher <[email protected]>
Mon, 30 Dec 2019 19:51:06 +0000 (11:51 -0800)
committerAsher <[email protected]>
Mon, 30 Dec 2019 19:51:06 +0000 (11:51 -0800)
src/Makefile.am

index 40a8cb715cbaa1a7d41813423d235857c51e1b9c..25a97783830e3c46295f7e957ca7c8c3a02c4909 100644 (file)
@@ -761,7 +761,7 @@ endif
 
 libzcashconsensus_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined $(RELDFLAGS)
 libzcashconsensus_la_LIBADD = $(LIBSECP256K1)
-libzcashconsensus_la_CPPFLAGS = $(AM_CPPFLAGS) -I$(builddir)/obj -I$(srcdir)/secp256k1/include -I$(srcdir)/cryptoconditions/include -DBUILD_BITCOIN_INTERNAL
+libzcashconsensus_la_CPPFLAGS = $(AM_CPPFLAGS) -I$(builddir)/obj -I$(srcdir)/secp256k1/include -I$(srcdir)/cryptoconditions/include -DBUILD_BITCOIN_INTERNAL -w
 libzcashconsensus_la_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
 
 endif
This page took 0.027713 seconds and 4 git commands to generate.