summaryrefslogtreecommitdiff
path: root/lsh256_sse.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2022-02-10 10:30:03 -0500
committerJeffrey Walton <noloader@gmail.com>2022-02-10 10:30:03 -0500
commit444c20d2684cfeb4a5cbc02e47c6a660bf9018a2 (patch)
treeadf4e7aa0fd71a7e9cf7119d78765d0e850b0391 /lsh256_sse.cpp
parentea9532e5c9099994cba27f9dbb9d482af6d4b03e (diff)
downloadcryptopp-git-444c20d2684cfeb4a5cbc02e47c6a660bf9018a2.tar.gz
Squash linker and libtool warnings
Diffstat (limited to 'lsh256_sse.cpp')
-rw-r--r--lsh256_sse.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/lsh256_sse.cpp b/lsh256_sse.cpp
index 4417142c..692164bc 100644
--- a/lsh256_sse.cpp
+++ b/lsh256_sse.cpp
@@ -32,6 +32,9 @@
# include <x86intrin.h>
#endif
+// Squash MS LNK4221 and libtool warnings
+extern const char LSH256_SSE_FNAME[] = __FILE__;
+
ANONYMOUS_NAMESPACE_BEGIN
/* LSH Constants */