From 45a4b1f577bde9cd4a35c4f353294ca90e40c316 Mon Sep 17 00:00:00 2001 From: Richard Brooksby Date: Wed, 15 Aug 2012 17:00:58 +0100 Subject: [PATCH] Removing no-longer-needed warning suppression. Copied from Perforce Change: 178938 ServerID: perforce.ravenbrook.com --- mps/code/lii6gc.gmk | 5 ----- 1 file changed, 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 CC = cc -# Suppress some warnings (SuSE). -# .void: -Wpointer-arith cannot be used because the string.h header does -# arithmetic on void*. -CFLAGSCOMPILER := -pthread $(subst -Wpointer-arith,,$(CFLAGSCOMPILER)) - include comm.gmk