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

index | next in thread | raw e-mail

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

Change 34344 by marcel@marcel_nfs on 2003/07/11 02:30:10

	Add definition of mesg_bad_pointer_cast. This
	previously resided in c-decl.c.

Affected files ...

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

Differences ...

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

@@ -341,6 +341,11 @@
 /* C/ObjC language option variables.  */
 
 
+/* Nonzero means message about casts with integer/pointer size mismatches;
+ 1 means warning; 2 means error.  */
+
+int mesg_bad_pointer_cast = 1;
+
 /* 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?200307110930.h6B9UiX4014742>