Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jul 2003 02:27:40 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 34343 for review
Message-ID:  <200307110927.h6B9ReV2014546@repoman.freebsd.org>

index | next in thread | raw e-mail

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

Change 34343 by marcel@marcel_nfs on 2003/07/11 02:27:21

	Add declaration for mesg_bad_pointer_cast. This
	previously resided in c-tree.h.

Affected files ...

.. //depot/projects/ia64/contrib/gcc/c-common.h#7 edit

Differences ...

==== //depot/projects/ia64/contrib/gcc/c-common.h#7 (text+ko) ====

@@ -508,6 +508,10 @@
 /* C/ObjC language option variables.  */
 
 
+/* Warn about bad pointer casts.  1 = warning, 2 = error.  */
+
+extern int mesg_bad_pointer_cast;
+
 /* Nonzero means message about use of implicit function declarations;
  1 means warning; 2 means error.  */
 


help

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