PERFORCE change 127865 for review

John Birrell jb at FreeBSD.org
Sat Oct 20 17:01:47 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=127865

Change 127865 by jb at jb_freebsd8 on 2007/10/21 00:01:28

	Remove some gcc4-isms that crept in.

Affected files ...

.. //depot/projects/dtrace6/src/share/mk/bsd.sys.mk#3 edit
.. //depot/projects/dtrace6/src/share/mk/sys.mk#3 edit

Differences ...

==== //depot/projects/dtrace6/src/share/mk/bsd.sys.mk#3 (text+ko) ====

@@ -51,9 +51,6 @@
 # XXX always get it right.
 CWARNFLAGS	+=	-Wno-uninitialized
 .  endif
-.  if !defined(WITH_GCC3)
-CWARNFLAGS	+=	-Wno-pointer-sign
-.  endif
 . endif
 
 . if defined(FORMAT_AUDIT)

==== //depot/projects/dtrace6/src/share/mk/sys.mk#3 (text+ko) ====

@@ -57,7 +57,7 @@
 .endif
 
 CXX		?=	c++
-CXXFLAGS	?=	${CFLAGS:N-std=*:N-Wnested-externs:N-W*-prototypes:N-Wno-pointer-sign}
+CXXFLAGS	?=	${CFLAGS:N-std=*:N-Wnested-externs:N-W*-prototypes}
 
 CPP		?=	cpp
 


More information about the p4-projects mailing list