gnu: emacs-consult: Fix grammar.
[jackhill/guix/guix.git] / gnu / packages / patches / lierolibre-remove-arch-warning.patch
1 Copied from Debian:
2
3 https://anonscm.debian.org/cgit/pkg-games/lierolibre.git/tree/debian/patches/0003-Remove-unknown-arch-warning.patch?id=82910748906855f6e6bfe30b3f077e8c793ae424
4
5 From a9592533eeabed075b13d11c64f63f503dc13343 Mon Sep 17 00:00:00 2001
6 From: Martin Erik Werner <martinerikwerner@gmail.com>
7 Date: Sun, 28 Jun 2015 19:31:30 +0200
8 Subject: [PATCH 3/3] Remove unknown arch warning
9
10 The warning was just excessivley spammy, remove it.
11 ---
12 support/platform.h | 2 --
13 1 file changed, 2 deletions(-)
14
15 diff --git a/src/gvl/support/platform.h b/src/gvl/support/platform.h
16 index 1857b7c..ff6a7d2 100644
17 --- a/src/gvl/support/platform.h
18 +++ b/src/gvl/support/platform.h
19 @@ -87,8 +87,6 @@
20 # define GVL_X86_64 1
21 # elif defined(__i386__) || defined(_M_IX86) || defined(i386) || defined(i486) || defined(intel) || defined(x86) || defined(i86pc)
22 # define GVL_X86 1
23 -# else
24 -# warning "Unknown architecture, please add it"
25 # endif
26 #endif
27
28 --
29 2.4.6
30