Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 2003 09:21:02 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 23284 for review
Message-ID:  <200301061721.h06HL2UU030867@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

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

Change 23284 by peter@peter_itanic2 on 2003/01/06 09:20:31

	stop c++ backend from freaking out about the -W...-bad-pointer-cast
	stuff.

Affected files ...

.. //depot/projects/ia64/contrib/gcc/cp/decl2.c#9 edit

Differences ...

==== //depot/projects/ia64/contrib/gcc/cp/decl2.c#9 (text+ko) ====

@@ -682,6 +682,10 @@
 	warn_nontemplate_friend = setting;
       else if (!strcmp (p, "deprecated"))
         warn_deprecated = setting;
+      else if (!strcmp (p, "bad-pointer-cast"))
+	;			/* ignore */
+      else if (!strcmp (p, "error-bad-pointer-cast"))
+	;			/* ignore */
       else if (!strcmp (p, "comment"))
 	;			/* cpp handles this one.  */
       else if (!strcmp (p, "comments"))

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301061721.h06HL2UU030867>