[gnu.g++.bug] style warning message in g++ 1.36.0

klotz@parc.xerox.com (09/09/89)

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.