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