summaryrefslogtreecommitdiff
path: root/src/grep.c
diff options
context:
space:
mode:
authorAlain Magloire <alainm@rcsm.ee.mcgill.ca>1998-11-17 00:26:32 +0000
committerAlain Magloire <alainm@rcsm.ee.mcgill.ca>1998-11-17 00:26:32 +0000
commit7d360e209938d51a98bf17f94c4c3583213a85e7 (patch)
tree7a31dfd064b63dc7792f60fd82c9857bb92ebda0 /src/grep.c
parent2aaac3ad88acaaca7ecb83ccd9d8fc86768cbd5a (diff)
downloadgrep-7d360e209938d51a98bf17f94c4c3583213a85e7.tar.gz
Entry form Paul.
Use the attribute keyword from gcc to eliminate warnings. * dfa.c (dfacomp), search.c (EGexecute): Don't assume char is unsigned.
Diffstat (limited to 'src/grep.c')
-rw-r--r--src/grep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grep.c b/src/grep.c
index 122f15db..b247dfbb 100644
--- a/src/grep.c
+++ b/src/grep.c
@@ -110,7 +110,7 @@ static enum
} directories;
static int ck_atoi PARAMS ((char const *, int *));
-static void usage PARAMS ((int));
+static void usage PARAMS ((int)) __attribute__((noreturn));
static void error PARAMS ((const char *, int));
static int setmatcher PARAMS ((char const *));
static char *page_alloc PARAMS ((size_t, char **));