1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 11:00:45 -08:00

Removing no-longer-needed warning suppression.

Copied from Perforce
 Change: 178938
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Brooksby 2012-08-15 17:00:58 +01:00
parent e4153fede9
commit 45a4b1f577

View file

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