aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code
diff options
context:
space:
mode:
authorRichard Brooksby2012-08-15 17:01:48 +0100
committerRichard Brooksby2012-08-15 17:01:48 +0100
commit90b6b80f26ebdd208a40e27217fa947c047f1e15 (patch)
treec6530e43e061a9fb6fe29dd1ac04ae0290b9e483 /mps/code
parent45a4b1f577bde9cd4a35c4f353294ca90e40c316 (diff)
downloademacs-90b6b80f26ebdd208a40e27217fa947c047f1e15.tar.gz
emacs-90b6b80f26ebdd208a40e27217fa947c047f1e15.zip
Removing no-longer-required warning supression.
Copied from Perforce Change: 178939 ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code')
-rw-r--r--mps/code/fri3gc.gmk5
1 files changed, 0 insertions, 5 deletions
diff --git a/mps/code/fri3gc.gmk b/mps/code/fri3gc.gmk
index 1f07c612fe0..32f4496de6e 100644
--- a/mps/code/fri3gc.gmk
+++ b/mps/code/fri3gc.gmk
@@ -21,11 +21,6 @@ CFLAGSOPT = -O -g3
21 21
22CC = cc 22CC = cc
23 23
24# Suppress some warnings (SuSE).
25# .void: -Wpointer-arith cannot be used because the string.h header does
26# arithmetic on void*.
27CFLAGSCOMPILER := $(subst -Wpointer-arith,,$(CFLAGSCOMPILER))
28
29include comm.gmk 24include comm.gmk
30 25
31 26