diff options
Diffstat (limited to 'gir/glib-2.0.c')
-rw-r--r-- | gir/glib-2.0.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c index 7c8f82f7..f22e299c 100644 --- a/gir/glib-2.0.c +++ b/gir/glib-2.0.c @@ -9221,7 +9221,8 @@ * an error message is logged and the application is terminated. * * The macro can be turned off in final releases of code by defining - * `G_DISABLE_ASSERT` when compiling the application. + * `G_DISABLE_ASSERT` when compiling the application, so code must + * not depend on any side effects from @expr. */ |