public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/azanella/clang] DIAG_IGNORE_NEEDS_COMMENT_MAYBE_UNINITIALIZED fix
@ 2022-03-10 19:21 Adhemerval Zanella
  0 siblings, 0 replies; only message in thread
From: Adhemerval Zanella @ 2022-03-10 19:21 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4c06d6fc66a6fc6037cad1964d595d42d6289bce

commit 4c06d6fc66a6fc6037cad1964d595d42d6289bce
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Wed Mar 9 16:13:49 2022 -0300

    DIAG_IGNORE_NEEDS_COMMENT_MAYBE_UNINITIALIZED fix

Diff:
---
 sysdeps/ieee754/ldbl-128ibm/k_tanl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/ieee754/ldbl-128ibm/k_tanl.c b/sysdeps/ieee754/ldbl-128ibm/k_tanl.c
index cd95e46089..afc74c92da 100644
--- a/sysdeps/ieee754/ldbl-128ibm/k_tanl.c
+++ b/sysdeps/ieee754/ldbl-128ibm/k_tanl.c
@@ -143,7 +143,7 @@ __kernel_tanl (long double x, long double y, int iy)
 	 uninitialized although in the cases where it is used it has
 	 always been set.  */
       DIAG_PUSH_NEEDS_COMMENT;
-      DIAG_IGNORE_NEEDS_COMMENT (5, "-Wmaybe-uninitialized");
+      DIAG_IGNORE_NEEDS_COMMENT_MAYBE_UNINITIALIZED (5);
       if (sign < 0)
 	w = -w;
       DIAG_POP_NEEDS_COMMENT;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-10 19:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-10 19:21 [glibc/azanella/clang] DIAG_IGNORE_NEEDS_COMMENT_MAYBE_UNINITIALIZED fix Adhemerval Zanella

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).