diff options
Diffstat (limited to 'tests/mtd-tests/flash_stress.c')
-rw-r--r-- | tests/mtd-tests/flash_stress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mtd-tests/flash_stress.c b/tests/mtd-tests/flash_stress.c index f50c664..249d8cb 100644 --- a/tests/mtd-tests/flash_stress.c +++ b/tests/mtd-tests/flash_stress.c @@ -63,7 +63,7 @@ static const struct option options[] = { { NULL, 0, NULL, 0 }, }; -static void usage(int status) +static NORETURN void usage(int status) { fputs( "Usage: "PROGRAM_NAME" [OPTIONS] <device>\n\n" |