aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code
diff options
context:
space:
mode:
authorRichard Brooksby2012-08-15 17:04:55 +0100
committerRichard Brooksby2012-08-15 17:04:55 +0100
commitd7d09498504cf3a9acf216a95adde41de497cfd1 (patch)
tree47eb57de09aa95e8cc572ef2694ae8cb2eed6b95 /mps/code
parent90b6b80f26ebdd208a40e27217fa947c047f1e15 (diff)
downloademacs-d7d09498504cf3a9acf216a95adde41de497cfd1.tar.gz
emacs-d7d09498504cf3a9acf216a95adde41de497cfd1.zip
Removing no-longer-required warning suppression.
Copied from Perforce Change: 178940 ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code')
-rw-r--r--mps/code/fri6gc.gmk5
1 files changed, 0 insertions, 5 deletions
diff --git a/mps/code/fri6gc.gmk b/mps/code/fri6gc.gmk
index 291c2e7706b..44358be0767 100644
--- a/mps/code/fri6gc.gmk
+++ b/mps/code/fri6gc.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*.
27#CFLAGSCOMPILER := $(subst -Wpointer-arith,,$(CFLAGSCOMPILER))
28
29include comm.gmk 24include comm.gmk
30 25
31 26