diff options
| author | Richard Brooksby | 2012-08-15 17:00:58 +0100 |
|---|---|---|
| committer | Richard Brooksby | 2012-08-15 17:00:58 +0100 |
| commit | 45a4b1f577bde9cd4a35c4f353294ca90e40c316 (patch) | |
| tree | f04b5670aa56ab12ed4e5184f83ade65d8c11d45 /mps/code | |
| parent | e4153fede90b50b7b158ab17776d221184058b4f (diff) | |
| download | emacs-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.gmk | 5 |
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 | ||
| 23 | CC = cc | 23 | CC = 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*. | ||
| 28 | CFLAGSCOMPILER := -pthread $(subst -Wpointer-arith,,$(CFLAGSCOMPILER)) | ||
| 29 | |||
| 30 | include comm.gmk | 25 | include comm.gmk |
| 31 | 26 | ||
| 32 | 27 | ||