3.8.1.9 XC8 C Compiler - Warnings

Figure 3-18. XC8 C Compiler - Warnings
All warnings
Selecting this checkbox enables warnings for all questionable code constructs. See 3.6.4.5 Wall Option.
Warnings as errors
Selecting this checkbox will have warnings messages treated like errors that will prevent compilation from completing. See 3.6.4.6 Werror Option.
Pedantic
Selecting this checkbox will ensure that programs do not use forbidden extensions and that warnings are issued when a program does not follow ISO C. See 3.6.4.1 Pedantic Option.
Inhibit all warnings
Selecting this checkbox will inhibits all warning messages. See 3.6.4.4 W: Disable all Warnings Option.