mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Fix build on 32-bit systems.
This commit is contained in:
parent
cb71c5ddbb
commit
47edbd4fad
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user