aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs-module.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emacs-module.c')
-rw-r--r--src/emacs-module.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/emacs-module.c b/src/emacs-module.c
index 1a7a21a4a8c..907a5d8225a 100644
--- a/src/emacs-module.c
+++ b/src/emacs-module.c
@@ -101,11 +101,6 @@ To add a new module function, proceed as follows:
101# pragma GCC diagnostic ignored "-Wclobbered" 101# pragma GCC diagnostic ignored "-Wclobbered"
102#endif 102#endif
103 103
104/* This module is lackadaisical about function casts. */
105#if GNUC_PREREQ (8, 0, 0)
106# pragma GCC diagnostic ignored "-Wcast-function-type"
107#endif
108
109/* We use different strategies for allocating the user-visible objects 104/* We use different strategies for allocating the user-visible objects
110 (struct emacs_runtime, emacs_env, emacs_value), depending on 105 (struct emacs_runtime, emacs_env, emacs_value), depending on
111 whether the user supplied the -module-assertions flag. If 106 whether the user supplied the -module-assertions flag. If