W0002
From Pigmeo - .NET/Mono/CLI (C#, VB.NET, C++/CLI, Nemerle...) for microcontrollers (PIC, dsPIC, AVR...)
Found unknown optimization in the config file
As optimizations are all optional when a wrong optimization name is found it is ignored.
Usual mistakes
Mispelled tag
The XML tag is unknown because it was mispelled.
It is unlikely to happen because this error will only be shown if the starting AND ENDING tags are all the same and both were mispelled. (If just one of them was mispelled a CFG0005 error will be thrown).
Example:
<AllStaticFunctInline>true</AllStaticFunctInline>
See also
Category: Warnings

