m (Development/Tutorials/Krazy moved to Development/Tutorials/Code Checking: Get a more meaningful name) |
|||
| Line 1: | Line 1: | ||
| − | + | ==Code Checking== | |
| − | + | ||
| − | + | ===The KDE 'Krazy' Checker=== | |
| + | |||
| + | |||
| + | ===Compiler Warnings=== | ||
| + | In addition to the various Krazy tools, you can also get valuable assistance from the warnings that the compiler emits, especially if you enable additional warnings (per the documentation for your compiler), and also if you test with more than one compiler (e.g. if you can test on Linux with both GCC and the Intel compiler; or on Linux with GCC and also on Windows with the Microsoft compiler). | ||
In addition to the various Krazy tools, you can also get valuable assistance from the warnings that the compiler emits, especially if you enable additional warnings (per the documentation for your compiler), and also if you test with more than one compiler (e.g. if you can test on Linux with both GCC and the Intel compiler; or on Linux with GCC and also on Windows with the Microsoft compiler).