[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Compiler Warnings, again



>> Now, prolog
>> predicates that are not (yet) defined cause "Undefined functions" warnings.

It is still a bad idea to turn off compiler warnings.

You probably want to use the "With-Compilation-Unit" macro to avoid compiler
warnings about functions referenced but not yet defined that you intend to
define as a group.  

-Jonathan