mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-27 03:40:22 +00:00
Squash linker and libtool warnings
This commit is contained in:
parent
ea9532e5c9
commit
444c20d268
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user