public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/azanella/clang] stdlib: Remove GCC pragma diagnostic
@ 2022-04-04 12:49 Adhemerval Zanella
0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-04-04 12:49 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ca098e03ef8ca8f66935027478a016dc51157862
commit ca098e03ef8ca8f66935027478a016dc51157862
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Tue Mar 8 17:37:11 2022 -0300
stdlib: Remove GCC pragma diagnostic
Diff:
---
stdlib/setenv.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/stdlib/setenv.c b/stdlib/setenv.c
index 2176cbac31..f7138e3263 100644
--- a/stdlib/setenv.c
+++ b/stdlib/setenv.c
@@ -19,13 +19,6 @@
# include <config.h>
#endif
-/* Pacify GCC; see the commentary about VALLEN below. This is needed
- at least through GCC 4.9.2. Pacify GCC for the entire file, as
- there seems to be no way to pacify GCC selectively, only for the
- place where it's needed. Do not use DIAG_IGNORE_NEEDS_COMMENT
- here, as it's not defined yet. */
-#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
-
#include <errno.h>
#if !_LIBC
# if !defined errno && !defined HAVE_ERRNO_DECL
^ permalink raw reply [flat|nested] 14+ messages in thread
* [glibc/azanella/clang] stdlib: Remove GCC pragma diagnostic
@ 2022-06-09 21:15 Adhemerval Zanella
0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-06-09 21:15 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=685a1e13ee03b6420c991cd11da1ac838f2c34e6
commit 685a1e13ee03b6420c991cd11da1ac838f2c34e6
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Tue Mar 8 17:37:11 2022 -0300
stdlib: Remove GCC pragma diagnostic
Diff:
---
stdlib/setenv.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/stdlib/setenv.c b/stdlib/setenv.c
index 2176cbac31..f7138e3263 100644
--- a/stdlib/setenv.c
+++ b/stdlib/setenv.c
@@ -19,13 +19,6 @@
# include <config.h>
#endif
-/* Pacify GCC; see the commentary about VALLEN below. This is needed
- at least through GCC 4.9.2. Pacify GCC for the entire file, as
- there seems to be no way to pacify GCC selectively, only for the
- place where it's needed. Do not use DIAG_IGNORE_NEEDS_COMMENT
- here, as it's not defined yet. */
-#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
-
#include <errno.h>
#if !_LIBC
# if !defined errno && !defined HAVE_ERRNO_DECL
^ permalink raw reply [flat|nested] 14+ messages in thread
* [glibc/azanella/clang] stdlib: Remove GCC pragma diagnostic
@ 2022-06-09 13:11 Adhemerval Zanella
0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-06-09 13:11 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=685a1e13ee03b6420c991cd11da1ac838f2c34e6
commit 685a1e13ee03b6420c991cd11da1ac838f2c34e6
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Tue Mar 8 17:37:11 2022 -0300
stdlib: Remove GCC pragma diagnostic
Diff:
---
stdlib/setenv.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/stdlib/setenv.c b/stdlib/setenv.c
index 2176cbac31..f7138e3263 100644
--- a/stdlib/setenv.c
+++ b/stdlib/setenv.c
@@ -19,13 +19,6 @@
# include <config.h>
#endif
-/* Pacify GCC; see the commentary about VALLEN below. This is needed
- at least through GCC 4.9.2. Pacify GCC for the entire file, as
- there seems to be no way to pacify GCC selectively, only for the
- place where it's needed. Do not use DIAG_IGNORE_NEEDS_COMMENT
- here, as it's not defined yet. */
-#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
-
#include <errno.h>
#if !_LIBC
# if !defined errno && !defined HAVE_ERRNO_DECL
^ permalink raw reply [flat|nested] 14+ messages in thread
* [glibc/azanella/clang] stdlib: Remove GCC pragma diagnostic
@ 2022-06-03 14:01 Adhemerval Zanella
0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-06-03 14:01 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=3fcd30ca703136cdc65a732636a03501e45562d2
commit 3fcd30ca703136cdc65a732636a03501e45562d2
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Tue Mar 8 17:37:11 2022 -0300
stdlib: Remove GCC pragma diagnostic
Diff:
---
stdlib/setenv.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/stdlib/setenv.c b/stdlib/setenv.c
index 2176cbac31..f7138e3263 100644
--- a/stdlib/setenv.c
+++ b/stdlib/setenv.c
@@ -19,13 +19,6 @@
# include <config.h>
#endif
-/* Pacify GCC; see the commentary about VALLEN below. This is needed
- at least through GCC 4.9.2. Pacify GCC for the entire file, as
- there seems to be no way to pacify GCC selectively, only for the
- place where it's needed. Do not use DIAG_IGNORE_NEEDS_COMMENT
- here, as it's not defined yet. */
-#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
-
#include <errno.h>
#if !_LIBC
# if !defined errno && !defined HAVE_ERRNO_DECL
^ permalink raw reply [flat|nested] 14+ messages in thread
* [glibc/azanella/clang] stdlib: Remove GCC pragma diagnostic
@ 2022-05-13 14:14 Adhemerval Zanella
0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-05-13 14:14 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=a8f1b065d9f80fcd9dbfc3363998f345f0cd5580
commit a8f1b065d9f80fcd9dbfc3363998f345f0cd5580
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Tue Mar 8 17:37:11 2022 -0300
stdlib: Remove GCC pragma diagnostic
Diff:
---
stdlib/setenv.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/stdlib/setenv.c b/stdlib/setenv.c
index 2176cbac31..f7138e3263 100644
--- a/stdlib/setenv.c
+++ b/stdlib/setenv.c
@@ -19,13 +19,6 @@
# include <config.h>
#endif
-/* Pacify GCC; see the commentary about VALLEN below. This is needed
- at least through GCC 4.9.2. Pacify GCC for the entire file, as
- there seems to be no way to pacify GCC selectively, only for the
- place where it's needed. Do not use DIAG_IGNORE_NEEDS_COMMENT
- here, as it's not defined yet. */
-#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
-
#include <errno.h>
#if !_LIBC
# if !defined errno && !defined HAVE_ERRNO_DECL
^ permalink raw reply [flat|nested] 14+ messages in thread
* [glibc/azanella/clang] stdlib: Remove GCC pragma diagnostic
@ 2022-05-12 19:28 Adhemerval Zanella
0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-05-12 19:28 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4cfddc11ce0aa85ad7abc0ce9652531c0410bad9
commit 4cfddc11ce0aa85ad7abc0ce9652531c0410bad9
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Tue Mar 8 17:37:11 2022 -0300
stdlib: Remove GCC pragma diagnostic
Diff:
---
stdlib/setenv.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/stdlib/setenv.c b/stdlib/setenv.c
index 2176cbac31..f7138e3263 100644
--- a/stdlib/setenv.c
+++ b/stdlib/setenv.c
@@ -19,13 +19,6 @@
# include <config.h>
#endif
-/* Pacify GCC; see the commentary about VALLEN below. This is needed
- at least through GCC 4.9.2. Pacify GCC for the entire file, as
- there seems to be no way to pacify GCC selectively, only for the
- place where it's needed. Do not use DIAG_IGNORE_NEEDS_COMMENT
- here, as it's not defined yet. */
-#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
-
#include <errno.h>
#if !_LIBC
# if !defined errno && !defined HAVE_ERRNO_DECL
^ permalink raw reply [flat|nested] 14+ messages in thread
* [glibc/azanella/clang] stdlib: Remove GCC pragma diagnostic
@ 2022-05-10 18:19 Adhemerval Zanella
0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-05-10 18:19 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=81f4a628f75dc4f3c4e8efcbfcb1b47344675f2b
commit 81f4a628f75dc4f3c4e8efcbfcb1b47344675f2b
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Tue Mar 8 17:37:11 2022 -0300
stdlib: Remove GCC pragma diagnostic
Diff:
---
stdlib/setenv.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/stdlib/setenv.c b/stdlib/setenv.c
index 2176cbac31..f7138e3263 100644
--- a/stdlib/setenv.c
+++ b/stdlib/setenv.c
@@ -19,13 +19,6 @@
# include <config.h>
#endif
-/* Pacify GCC; see the commentary about VALLEN below. This is needed
- at least through GCC 4.9.2. Pacify GCC for the entire file, as
- there seems to be no way to pacify GCC selectively, only for the
- place where it's needed. Do not use DIAG_IGNORE_NEEDS_COMMENT
- here, as it's not defined yet. */
-#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
-
#include <errno.h>
#if !_LIBC
# if !defined errno && !defined HAVE_ERRNO_DECL
^ permalink raw reply [flat|nested] 14+ messages in thread
* [glibc/azanella/clang] stdlib: Remove GCC pragma diagnostic
@ 2022-04-29 13:59 Adhemerval Zanella
0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-04-29 13:59 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=18705c6c7f1a98dd8fe737e639c6c3fb085d8ca6
commit 18705c6c7f1a98dd8fe737e639c6c3fb085d8ca6
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Tue Mar 8 17:37:11 2022 -0300
stdlib: Remove GCC pragma diagnostic
Diff:
---
stdlib/setenv.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/stdlib/setenv.c b/stdlib/setenv.c
index 2176cbac31..f7138e3263 100644
--- a/stdlib/setenv.c
+++ b/stdlib/setenv.c
@@ -19,13 +19,6 @@
# include <config.h>
#endif
-/* Pacify GCC; see the commentary about VALLEN below. This is needed
- at least through GCC 4.9.2. Pacify GCC for the entire file, as
- there seems to be no way to pacify GCC selectively, only for the
- place where it's needed. Do not use DIAG_IGNORE_NEEDS_COMMENT
- here, as it's not defined yet. */
-#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
-
#include <errno.h>
#if !_LIBC
# if !defined errno && !defined HAVE_ERRNO_DECL
^ permalink raw reply [flat|nested] 14+ messages in thread
* [glibc/azanella/clang] stdlib: Remove GCC pragma diagnostic
@ 2022-03-31 19:01 Adhemerval Zanella
0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-03-31 19:01 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=85c060b49b0d4ba41db20c133e7631e6223eb682
commit 85c060b49b0d4ba41db20c133e7631e6223eb682
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Tue Mar 8 17:37:11 2022 -0300
stdlib: Remove GCC pragma diagnostic
Diff:
---
stdlib/setenv.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/stdlib/setenv.c b/stdlib/setenv.c
index 2176cbac31..f7138e3263 100644
--- a/stdlib/setenv.c
+++ b/stdlib/setenv.c
@@ -19,13 +19,6 @@
# include <config.h>
#endif
-/* Pacify GCC; see the commentary about VALLEN below. This is needed
- at least through GCC 4.9.2. Pacify GCC for the entire file, as
- there seems to be no way to pacify GCC selectively, only for the
- place where it's needed. Do not use DIAG_IGNORE_NEEDS_COMMENT
- here, as it's not defined yet. */
-#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
-
#include <errno.h>
#if !_LIBC
# if !defined errno && !defined HAVE_ERRNO_DECL
^ permalink raw reply [flat|nested] 14+ messages in thread
* [glibc/azanella/clang] stdlib: Remove GCC pragma diagnostic
@ 2022-03-29 20:24 Adhemerval Zanella
0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-03-29 20:24 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=8d77647021e0695d54f065bfd1172ef67eb38ae0
commit 8d77647021e0695d54f065bfd1172ef67eb38ae0
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Tue Mar 8 17:37:11 2022 -0300
stdlib: Remove GCC pragma diagnostic
Diff:
---
stdlib/setenv.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/stdlib/setenv.c b/stdlib/setenv.c
index 2176cbac31..f7138e3263 100644
--- a/stdlib/setenv.c
+++ b/stdlib/setenv.c
@@ -19,13 +19,6 @@
# include <config.h>
#endif
-/* Pacify GCC; see the commentary about VALLEN below. This is needed
- at least through GCC 4.9.2. Pacify GCC for the entire file, as
- there seems to be no way to pacify GCC selectively, only for the
- place where it's needed. Do not use DIAG_IGNORE_NEEDS_COMMENT
- here, as it's not defined yet. */
-#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
-
#include <errno.h>
#if !_LIBC
# if !defined errno && !defined HAVE_ERRNO_DECL
^ permalink raw reply [flat|nested] 14+ messages in thread
* [glibc/azanella/clang] stdlib: Remove GCC pragma diagnostic
@ 2022-03-16 17:59 Adhemerval Zanella
0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-03-16 17:59 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=83aa392bcdaa4c44f39cc39a429fda91399be922
commit 83aa392bcdaa4c44f39cc39a429fda91399be922
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Tue Mar 8 17:37:11 2022 -0300
stdlib: Remove GCC pragma diagnostic
Diff:
---
stdlib/setenv.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/stdlib/setenv.c b/stdlib/setenv.c
index 2176cbac31..f7138e3263 100644
--- a/stdlib/setenv.c
+++ b/stdlib/setenv.c
@@ -19,13 +19,6 @@
# include <config.h>
#endif
-/* Pacify GCC; see the commentary about VALLEN below. This is needed
- at least through GCC 4.9.2. Pacify GCC for the entire file, as
- there seems to be no way to pacify GCC selectively, only for the
- place where it's needed. Do not use DIAG_IGNORE_NEEDS_COMMENT
- here, as it's not defined yet. */
-#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
-
#include <errno.h>
#if !_LIBC
# if !defined errno && !defined HAVE_ERRNO_DECL
^ permalink raw reply [flat|nested] 14+ messages in thread
* [glibc/azanella/clang] stdlib: Remove GCC pragma diagnostic
@ 2022-03-15 18:37 Adhemerval Zanella
0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-03-15 18:37 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=83aa392bcdaa4c44f39cc39a429fda91399be922
commit 83aa392bcdaa4c44f39cc39a429fda91399be922
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Tue Mar 8 17:37:11 2022 -0300
stdlib: Remove GCC pragma diagnostic
Diff:
---
stdlib/setenv.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/stdlib/setenv.c b/stdlib/setenv.c
index 2176cbac31..f7138e3263 100644
--- a/stdlib/setenv.c
+++ b/stdlib/setenv.c
@@ -19,13 +19,6 @@
# include <config.h>
#endif
-/* Pacify GCC; see the commentary about VALLEN below. This is needed
- at least through GCC 4.9.2. Pacify GCC for the entire file, as
- there seems to be no way to pacify GCC selectively, only for the
- place where it's needed. Do not use DIAG_IGNORE_NEEDS_COMMENT
- here, as it's not defined yet. */
-#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
-
#include <errno.h>
#if !_LIBC
# if !defined errno && !defined HAVE_ERRNO_DECL
^ permalink raw reply [flat|nested] 14+ messages in thread
* [glibc/azanella/clang] stdlib: Remove GCC pragma diagnostic
@ 2022-03-11 17:21 Adhemerval Zanella
0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-03-11 17:21 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=71af13b19214ec2757cdd96bd3ad934bcededb44
commit 71af13b19214ec2757cdd96bd3ad934bcededb44
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Tue Mar 8 17:37:11 2022 -0300
stdlib: Remove GCC pragma diagnostic
Diff:
---
stdlib/setenv.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/stdlib/setenv.c b/stdlib/setenv.c
index 2176cbac31..f7138e3263 100644
--- a/stdlib/setenv.c
+++ b/stdlib/setenv.c
@@ -19,13 +19,6 @@
# include <config.h>
#endif
-/* Pacify GCC; see the commentary about VALLEN below. This is needed
- at least through GCC 4.9.2. Pacify GCC for the entire file, as
- there seems to be no way to pacify GCC selectively, only for the
- place where it's needed. Do not use DIAG_IGNORE_NEEDS_COMMENT
- here, as it's not defined yet. */
-#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
-
#include <errno.h>
#if !_LIBC
# if !defined errno && !defined HAVE_ERRNO_DECL
^ permalink raw reply [flat|nested] 14+ messages in thread
* [glibc/azanella/clang] stdlib: Remove GCC pragma diagnostic
@ 2022-03-10 19:20 Adhemerval Zanella
0 siblings, 0 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2022-03-10 19:20 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=e4c1cb4179c1c99e437f59ccbc9c14563378ca95
commit e4c1cb4179c1c99e437f59ccbc9c14563378ca95
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Tue Mar 8 17:37:11 2022 -0300
stdlib: Remove GCC pragma diagnostic
Diff:
---
stdlib/setenv.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/stdlib/setenv.c b/stdlib/setenv.c
index 2176cbac31..f7138e3263 100644
--- a/stdlib/setenv.c
+++ b/stdlib/setenv.c
@@ -19,13 +19,6 @@
# include <config.h>
#endif
-/* Pacify GCC; see the commentary about VALLEN below. This is needed
- at least through GCC 4.9.2. Pacify GCC for the entire file, as
- there seems to be no way to pacify GCC selectively, only for the
- place where it's needed. Do not use DIAG_IGNORE_NEEDS_COMMENT
- here, as it's not defined yet. */
-#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
-
#include <errno.h>
#if !_LIBC
# if !defined errno && !defined HAVE_ERRNO_DECL
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2022-06-09 21:15 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-04 12:49 [glibc/azanella/clang] stdlib: Remove GCC pragma diagnostic Adhemerval Zanella
-- strict thread matches above, loose matches on Subject: below --
2022-06-09 21:15 Adhemerval Zanella
2022-06-09 13:11 Adhemerval Zanella
2022-06-03 14:01 Adhemerval Zanella
2022-05-13 14:14 Adhemerval Zanella
2022-05-12 19:28 Adhemerval Zanella
2022-05-10 18:19 Adhemerval Zanella
2022-04-29 13:59 Adhemerval Zanella
2022-03-31 19:01 Adhemerval Zanella
2022-03-29 20:24 Adhemerval Zanella
2022-03-16 17:59 Adhemerval Zanella
2022-03-15 18:37 Adhemerval Zanella
2022-03-11 17:21 Adhemerval Zanella
2022-03-10 19:20 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).