From 6462152534ae18798c05587d46a26c6f2314e45f Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 17 Oct 2018 04:27:54 -0400 Subject: Clear MS LNK4221 and libtool warnings --- mqv.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mqv.cpp') diff --git a/mqv.cpp b/mqv.cpp index 03896910..1189dfb1 100644 --- a/mqv.cpp +++ b/mqv.cpp @@ -8,6 +8,9 @@ #include "hmqv.h" #include "fhmqv.h" +// Squash MS LNK4221 and libtool warnings +extern const char MQV_FNAME[] = __FILE__; + NAMESPACE_BEGIN(CryptoPP) #if defined(CRYPTOPP_DEBUG) && !defined(CRYPTOPP_DOXYGEN_PROCESSING) -- cgit v1.2.1