public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/maskray/grte] Add -Wno-incomplete-setjmp-declaration to prevent clang from unhelpfully complaining about __sigsetj
@ 2021-08-28  0:32 Fangrui Song
  0 siblings, 0 replies; 3+ messages in thread
From: Fangrui Song @ 2021-08-28  0:32 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=1ba3eb044df851db2406f8fca02d2e34be2d8b57

commit 1ba3eb044df851db2406f8fca02d2e34be2d8b57
Author: Stan Shebs <stanshebs@google.com>
Date:   Fri Jan 24 08:16:04 2020 -0800

    Add -Wno-incomplete-setjmp-declaration to prevent clang from unhelpfully complaining about __sigsetjmp, both in library build and testsuite runs.

Diff:
---
 Makeconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makeconfig b/Makeconfig
index dce9b3548d..ff744a8f0d 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -907,6 +907,7 @@ ifeq ($(with-clang),yes)
 +cflags += -fheinous-gnu-extensions
 # Don't complain about __sigsetjmp.
 +cflags += -Wno-builtin-requires-header
++cflags += -Wno-incomplete-setjmp-declaration
 # clang takes gnu89 as requiring a warning about duplicates, gcc does not
 +cflags += -Wno-duplicate-decl-specifier
 # Non-string format arguments come from debugging prints in ld.so.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [glibc/maskray/grte] Add -Wno-incomplete-setjmp-declaration to prevent clang from unhelpfully complaining about __sigsetj
@ 2021-08-28  0:28 Fangrui Song
  0 siblings, 0 replies; 3+ messages in thread
From: Fangrui Song @ 2021-08-28  0:28 UTC (permalink / raw)
  To: glibc-cvs

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

commit b93a8b6adc7e5b1eaac919c4af9635facc987cb2
Author: Stan Shebs <stanshebs@google.com>
Date:   Fri Jan 24 08:16:04 2020 -0800

    Add -Wno-incomplete-setjmp-declaration to prevent clang from unhelpfully complaining about __sigsetjmp, both in library build and testsuite runs.

Diff:
---
 Makeconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makeconfig b/Makeconfig
index dce9b3548d..ff744a8f0d 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -907,6 +907,7 @@ ifeq ($(with-clang),yes)
 +cflags += -fheinous-gnu-extensions
 # Don't complain about __sigsetjmp.
 +cflags += -Wno-builtin-requires-header
++cflags += -Wno-incomplete-setjmp-declaration
 # clang takes gnu89 as requiring a warning about duplicates, gcc does not
 +cflags += -Wno-duplicate-decl-specifier
 # Non-string format arguments come from debugging prints in ld.so.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [glibc/maskray/grte] Add -Wno-incomplete-setjmp-declaration to prevent clang from unhelpfully complaining about __sigsetj
@ 2021-08-27 23:45 Fangrui Song
  0 siblings, 0 replies; 3+ messages in thread
From: Fangrui Song @ 2021-08-27 23:45 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=0720ad8614b7d56a16de80a5acdb9b1b3293b413

commit 0720ad8614b7d56a16de80a5acdb9b1b3293b413
Author: Stan Shebs <stanshebs@google.com>
Date:   Fri Jan 24 08:16:04 2020 -0800

    Add -Wno-incomplete-setjmp-declaration to prevent clang from unhelpfully complaining about __sigsetjmp, both in library build and testsuite runs.

Diff:
---
 Makeconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makeconfig b/Makeconfig
index dce9b3548d..ff744a8f0d 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -907,6 +907,7 @@ ifeq ($(with-clang),yes)
 +cflags += -fheinous-gnu-extensions
 # Don't complain about __sigsetjmp.
 +cflags += -Wno-builtin-requires-header
++cflags += -Wno-incomplete-setjmp-declaration
 # clang takes gnu89 as requiring a warning about duplicates, gcc does not
 +cflags += -Wno-duplicate-decl-specifier
 # Non-string format arguments come from debugging prints in ld.so.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-08-28  0:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-28  0:32 [glibc/maskray/grte] Add -Wno-incomplete-setjmp-declaration to prevent clang from unhelpfully complaining about __sigsetj Fangrui Song
  -- strict thread matches above, loose matches on Subject: below --
2021-08-28  0:28 Fangrui Song
2021-08-27 23:45 Fangrui Song

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).