PERFORCE change 34344 for review

Marcel Moolenaar marcel at FreeBSD.org
Fri Jul 11 02:30:47 PDT 2003


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

Change 34344 by marcel at 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.  */
 


More information about the p4-projects mailing list