mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix build on 32-bit systems.
This commit is contained in:
@@ -10,6 +10,16 @@
|
||||
|
||||
|
||||
#include "ed25519-donna-portable.h"
|
||||
#include "orconfig.h"
|
||||
|
||||
#ifdef HAVE_CFLAG_WOVERLENGTH_STRINGS
|
||||
/* Some of the ASM here is very long strings. */
|
||||
#ifdef __clang__
|
||||
#pragma clang diagnostic ignored "-Woverlength-strings"
|
||||
#else
|
||||
#pragma GCC diagnostic ignored "-Woverlength-strings"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(ED25519_SSE2)
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user