summaryrefslogtreecommitdiff
path: root/editres.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2015-05-09 13:13:32 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2015-05-09 13:13:32 -0700
commita415214bf282dcc8385f2101e6f8c018e188fa41 (patch)
tree663f68ceebfc6de5e64fa1459bc0a385cb262717 /editres.c
parenta6733f76dad52644bd45a8674bf0ea97c6e424ac (diff)
Fix -Wmissing-noreturn warnings
editres.c:140:1: warning: function 'Syntax' could be declared with attribute 'noreturn' [-Wmissing-noreturn] handler.c:65:1: warning: function 'Quit' could be declared with attribute 'noreturn' [-Wmissing-noreturn] Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'editres.c')
-rw-r--r--editres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editres.c b/editres.c
index e932807..ac435c2 100644
--- a/editres.c
+++ b/editres.c
@@ -61,7 +61,7 @@ Widget global_toplevel;
AppResources global_resources;
-static void Syntax ( XtAppContext app_con, char *call );
+static void Syntax ( XtAppContext app_con, char *call ) _X_NORETURN;
static String fallback_resources[] = {
NULL,