Glib G_DISABLE_CHECKS

Hello,

How to make the macro G_DISABLE_CHECKS code assisting with my IDE (Eclipse)? It seems the IDE finds only defined macros but not ifdef and ifndef.

G_DISABLE_CHECKS is a symbol you define in your build preferences.

Additionally, it’s usually a bad idea to define it, as it will disable all precondition checks, making debugging much more hard—and depending on the project you’re building with it, it may even trigger some unintended side effects.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.