Method CompilationHandler()->compile_warning()
- Method
compile_warning
voidcompile_warning(stringfilename,intline,stringmsg)- Description
Called by compile() to report warnings.
- Parameter
filename File which triggered the warning.
- Parameter
line Line which triggered the warning.
- Parameter
msg Warning message.
- See also
compile_error()