summaryrefslogtreecommitdiff
path: root/lwlib/lwlib-Xaw.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-05-03 11:15:28 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2018-05-03 11:17:32 -0700
commitef1deb48f4be14956c2fcd5fce947bb301134cf9 (patch)
tree010dde0e5680ea8ed762eaf8cc25a05514209c01 /lwlib/lwlib-Xaw.h
parent8a6521260dc650b4b713ea8bc71348cbe730f6e4 (diff)
downloademacs-ef1deb48f4be14956c2fcd5fce947bb301134cf9.tar.gz
emacs-ef1deb48f4be14956c2fcd5fce947bb301134cf9.tar.bz2
emacs-ef1deb48f4be14956c2fcd5fce947bb301134cf9.zip
More porting to GCC 8 of --enable-gcc-warnings
* lwlib/lwlib-Xaw.h (xaw_update_one_value, xaw_popup_menu): * lwlib/lwlib-Xlw.h (xlw_update_one_value, xlw_pop_instance): * lwlib/lwlib.h (lw_allow_resizing, lw_set_main_areas) [!USE_MOTIF]: No longer const. * src/emacs-module.c: Ignore -Wcast-function-type.
Diffstat (limited to 'lwlib/lwlib-Xaw.h')
-rw-r--r--lwlib/lwlib-Xaw.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/lwlib/lwlib-Xaw.h b/lwlib/lwlib-Xaw.h
index 363334b575e..644676f320d 100644
--- a/lwlib/lwlib-Xaw.h
+++ b/lwlib/lwlib-Xaw.h
@@ -15,15 +15,13 @@ void
xaw_update_one_widget (widget_instance *, Widget, widget_value *, Boolean);
void
-xaw_update_one_value (widget_instance *, Widget, widget_value *)
- ATTRIBUTE_CONST;
+xaw_update_one_value (widget_instance *, Widget, widget_value *);
void
xaw_destroy_instance (widget_instance *);
void
-xaw_popup_menu (Widget, XEvent *)
- ATTRIBUTE_CONST;
+xaw_popup_menu (Widget, XEvent *);
void
xaw_pop_instance (widget_instance *, Boolean);