[cvsnt-commits] CVS Update: cvs-as400

cvsnt-commits at cvsnt.org cvsnt-commits at cvsnt.org
Wed Jul 12 23:51:19 UTC 2006


Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.


CVSROOT:	/usr/local/cvs
Module name:	cvs-as400
Repository:	cvs-as400/src/
Changes by:	abarrett at sisko.	06/07/12 23:51:19

Modified files:
	cvs-as400/src/: diff.c 

Log message:
	Had this error during compile:
	
	command = CRTCMOD MODULE(MARCHHARE/diff0) SRCSTMF('diff.c') DEFINE('HAVE_CONF   IG_H' ) DBGVIEW(*ALL) TEXT('/home/arthur/cvs-as400/src/diff.o')  SYSIFCOPT(*I   FSIO) LANGLVL(*ANSI) TGTRLS(V5R2M0) OPTION(*LOGMSG )
	diff.c, 841.1: CZM0343(30) Redeclaration of diff_file_nodiff differs from previous declaration on line 37 of "diff.c".
	diff.c, 841.1: CZM0379(0) Prototype for function diff_file_nodiff must contain only promoted types if prototype and nonprototype declarations are mixed.
	diff.c, 841.1: CZM0380(0) Parameter 3 has type "enum diff_file" which promotes to "int".
	Module DIFF0 is not created because statement errors occurred.
	
	Trying to typdef this instead...



More information about the cvsnt-commits mailing list