diff options
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 | ||