Path: utzoo!attcan!uunet!zaphod.mps.ohio-state.edu!usc!apple!agate!ucbvax!ANDREW.CMU.EDU!ghoti+ From: ghoti+@ANDREW.CMU.EDU (Adam Stoller) Newsgroups: comp.soft-sys.andrew Subject: Re: Compilation Warnings Message-ID: Date: 5 Nov 90 23:27:59 GMT References: <9011052049.AA10700@lternet.lternet.washington.edu> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 27 Excerpts from internet.info-andrew: 5-Nov-90 Compilation Warnings Rudolf Nottrott@lternet. (2102) > WARNING:bufferlist.ch: - long class names should use name keys > "framecmd.c", line 87: warning: illegal pointer combination > "framecmd.c", line 88: warning: illegal pointer combination > "compchar.c", line 382: warning: illegal pointer combination > "compchar.c", line 385: warning: illegal pointer combination > "zipobj.c", line 181: warning: enumeration type clash, operator RETURN > "zipocapt.c", line 134: warning: enumeration type clash, operator = > "zipofcap.c", line 168: warning: enumeration type clash, operator = > "eval.c", line 142: warning: illegal pointer combination These are things which may one day get fixed (most of them probably could get fixed now, sometimes the lessor of two evil versions of C must be used - until ANSI-C is prevelent) > '*.c: No such file or directory' '*.ch: No such file or directory' Ignore these completely - these appear simply because the dependency generating script (andrew/config/depend.csh) needs to be able to figure out if such files exist - and /bin/csh is noisy. --fish