diff options
| author | Richard Brooksby | 2012-08-15 17:01:48 +0100 |
|---|---|---|
| committer | Richard Brooksby | 2012-08-15 17:01:48 +0100 |
| commit | 90b6b80f26ebdd208a40e27217fa947c047f1e15 (patch) | |
| tree | c6530e43e061a9fb6fe29dd1ac04ae0290b9e483 /mps/code | |
| parent | 45a4b1f577bde9cd4a35c4f353294ca90e40c316 (diff) | |
| download | emacs-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.gmk | 5 |
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 | ||
| 22 | CC = cc | 22 | CC = 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 | |||
| 29 | include comm.gmk | 24 | include comm.gmk |
| 30 | 25 | ||
| 31 | 26 | ||