]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
build: Fix a warning from gcc 16.
authorBruno Haible <bruno@clisp.org>
Thu, 7 May 2026 22:09:23 +0000 (00:09 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 7 May 2026 22:09:23 +0000 (00:09 +0200)
* gettext-tools/src/x-c.c (phase5_get): Comment out a redundant FALLTHROUGH;
statement.

gettext-tools/src/x-c.c

index 00ecd939f2fe3b069f4762a902fd8bbe4fd88ebd..38986c32aa59bcce0d6cad62ac2da3902b731af0 100644 (file)
@@ -1561,7 +1561,7 @@ phase5_get (token_ty *tp)
               case 'P':
                 /* In C99 and C++17, 'p' and 'P' can be used as an exponent
                    marker.  */
-                FALLTHROUGH;
+                /*FALLTHROUGH;*/
               case 'e':
               case 'E':
                 sb_xappend1 (&buffer, c);