Squash linker and libtool warnings

This commit is contained in:
Jeffrey Walton 2022-02-10 10:30:03 -05:00
parent ea9532e5c9
commit 444c20d268
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
4 changed files with 12 additions and 0 deletions

View File

@ -27,6 +27,9 @@
# include <x86intrin.h>
#endif
// Squash MS LNK4221 and libtool warnings
extern const char LSH256_AVX_FNAME[] = __FILE__;
ANONYMOUS_NAMESPACE_BEGIN
/* LSH Constants */

View File

@ -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 */

View File

@ -27,6 +27,9 @@
# include <x86intrin.h>
#endif
// Squash MS LNK4221 and libtool warnings
extern const char LSH512_AVX_FNAME[] = __FILE__;
ANONYMOUS_NAMESPACE_BEGIN
/* LSH Constants */

View File

@ -31,6 +31,9 @@
# include <x86intrin.h>
#endif
// Squash MS LNK4221 and libtool warnings
extern const char LSH512_SSE_FNAME[] = __FILE__;
ANONYMOUS_NAMESPACE_BEGIN
/* LSH Constants */