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 Wall Option.
Warnings as errors
Selecting this checkbox will have warnings messages treated like errors that will prevent compilation from completing. See 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 Pedantic Option.
Inhibit all warnings
Selecting this checkbox will inhibits all warning messages. See W: Disable all Warnings Option.