aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code
diff options
context:
space:
mode:
authorRichard Brooksby2012-08-15 17:00:58 +0100
committerRichard Brooksby2012-08-15 17:00:58 +0100
commit45a4b1f577bde9cd4a35c4f353294ca90e40c316 (patch)
treef04b5670aa56ab12ed4e5184f83ade65d8c11d45 /mps/code
parente4153fede90b50b7b158ab17776d221184058b4f (diff)
downloademacs-45a4b1f577bde9cd4a35c4f353294ca90e40c316.tar.gz
emacs-45a4b1f577bde9cd4a35c4f353294ca90e40c316.zip
Removing no-longer-needed warning suppression.
Copied from Perforce Change: 178938 ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code')
-rw-r--r--mps/code/lii6gc.gmk5
1 files changed, 0 insertions, 5 deletions
diff --git a/mps/code/lii6gc.gmk b/mps/code/lii6gc.gmk
index d5307563142..47d1bb744e0 100644
--- a/mps/code/lii6gc.gmk
+++ b/mps/code/lii6gc.gmk
@@ -22,11 +22,6 @@ include gc.gmk
22 22
23CC = cc 23CC = cc
24 24
25# Suppress some warnings (SuSE).
26# .void: -Wpointer-arith cannot be used because the string.h header does
27# arithmetic on void*.
28CFLAGSCOMPILER := -pthread $(subst -Wpointer-arith,,$(CFLAGSCOMPILER))
29
30include comm.gmk 25include comm.gmk
31 26
32 27