X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Fm4.git;a=blobdiff_plain;f=tests%2Ftest-getopt.h;h=5cc9d8c86c84a3560d28c222b544c84fe7196151;hp=8e61eb23d3f73a010725017521d7b2960474c7a2;hb=bbcce2d630bc94f06c99ff627cec033a3a6dcd93;hpb=253a2fc5d9cd390d78a209f08af8ae31b13c44d8 diff --git a/tests/test-getopt.h b/tests/test-getopt.h index 8e61eb2..5cc9d8c 100644 --- a/tests/test-getopt.h +++ b/tests/test-getopt.h @@ -1,5 +1,5 @@ /* Test of command line argument processing. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2021 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see . */ + along with this program. If not, see . */ /* Written by Bruno Haible , 2009. */ @@ -66,7 +66,7 @@ getopt_loop (int argc, const char **argv, ASSERT (options[0] == ':' || ((options[0] == '-' || options[0] == '+') && options[1] == ':')); - /* fall through */ + FALLTHROUGH; case '?': *unrecognized = optopt; break; @@ -1367,7 +1367,7 @@ test_getopt (void) } /* Check that 'W' does not dump core: - http://sourceware.org/bugzilla/show_bug.cgi?id=12922 + https://sourceware.org/bugzilla/show_bug.cgi?id=12922 Technically, POSIX says the presence of ';' in the opt-string gives unspecified behavior, so we only test this when GNU compliance is desired. */