Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!ucsd!tut.cis.ohio-state.edu!parc.xerox.com!klotz From: klotz@parc.xerox.com Newsgroups: gnu.g++.bug Subject: style warning message in g++ 1.36.0- Message-ID: <8909082311.AA01197@fast.parc.xerox.com> Date: 8 Sep 89 23:11:05 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 18 Can we get a flag to turn off the warning message which occurs when you declare a function to take an unspecified number of untyped arguments? rts.h:41: warning: lazy prototyping frowned upon It's a valid part of the language and it's necessary for some applications. Having this warning come up two or three times for every file because I happen to have a struct element of type typedef obj *(*obj_fun_ptr)(...); makes it difficult to see valid errors and warnings. Thanks, Leigh.