1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-23 23:36:27 -07:00

Removing no-longer-required warning supression.

Copied from Perforce
 Change: 178939
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Brooksby 2012-08-15 17:01:48 +01:00
parent a43379ca54
commit 198ea502b0

View file

@ -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