summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Fontaine <arnau@debian.org>2012-06-05 14:26:08 +0900
committerArnaud Fontaine <arnau@debian.org>2012-06-05 14:50:46 +0900
commitbd4ca2af9f39e3282e319e6d31450e04b1b16e64 (patch)
treefbbda3d282c476852e88ca37e05fe88e28983d2f
parentdcdc705fe7af9e834714219a618ddfd74b70294f (diff)
Add _X_NORETURN to Usage() to clear GCC warning.
-rw-r--r--dsimple.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dsimple.h b/dsimple.h
index 349cb9b..e8718b5 100644
--- a/dsimple.h
+++ b/dsimple.h
@@ -47,7 +47,7 @@ extern int screen; /* The current screen */
program_name */
void Setup_Display_And_Screen (int *, char **);
-void Usage (void);
+void Usage (void) _X_NORETURN;
#define X_USAGE "[host:display]" /* X arguments handled by
Get_Display_Name */