Re: ver 4.0 builtin_chosen_warning ???
- Posted by CChris Sep 06, 2008
- 963 views
ChrisB said...
Warning ( builtin_chosen_warning ): built-in compare() chosen over global/export function in: D:\#EU40\INCLUDE\std/map.e
How about
Warning ( function built-in to interpreter chosen over exported function): built-in compare() chosen over global/export function in: D:\#EU40\INCLUDE\std/map.e
Chris
The two line format is provided so that, if user wishes to suppress or re-enable the warning, s/he gets the exact string to use right on screen. This is why the name of the warning class is explicitly mentioned.
Your wording just says the same thing twice, or am I getting it wrong?
CChris