Guidelines and HOWTOs/Code Checking

From KDE Community Wiki
Revision as of 02:04, 4 January 2007 by *>Bhards

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).