Method CompilationHandler()->compile_warning()
- Method
compile_warning
void
compile_warning(string
filename
,int
line
,string
msg
)- 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