diff options
| author | Richard Brooksby | 2012-08-15 17:04:55 +0100 |
|---|---|---|
| committer | Richard Brooksby | 2012-08-15 17:04:55 +0100 |
| commit | d7d09498504cf3a9acf216a95adde41de497cfd1 (patch) | |
| tree | 47eb57de09aa95e8cc572ef2694ae8cb2eed6b95 /mps/code | |
| parent | 90b6b80f26ebdd208a40e27217fa947c047f1e15 (diff) | |
| download | emacs-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.gmk | 5 |
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 | ||
| 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 | ||