------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=122385 Summary: Impossible to disable error checking Product: kdevelop Version: 3.3.1 Platform: FreeBSD Ports OS/Version: FreeBSD Status: UNCONFIRMED Severity: normal Priority: NOR Component: problem reporter AssignedTo: kdevelop-bugs kdevelop org ReportedBy: muntyan math tamu edu Version: 3.3.1 (using KDE KDE 3.5.1) Installed from: FreeBSD Ports OS: FreeBSD It's impossible to turn off error checking, and it's really annoying in some cases. Example: glib has macros like DEFINE_SOME_STUFF(arguments) which expand to stuff like static void some_func () { ... } so one can't put semicolon after such a macro, and kdevelop thinks it's a syntax error since the macro looks like function call.