Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

depends: patch boost to ignore -Wnonnull new gcc 11 warnings #64

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

DeckerSU
Copy link
Owner

@DeckerSU DeckerSU commented Nov 16, 2023

this patch fixes errors like:

include/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer null [-Wnonnull]
   39 |     static void failed() { ((Model*)0)->~Model(); }

during build with gcc 11.x, more details can be found here:

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
this patch fixes errors like:

```
nclude/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer null [-Wnonnull]
   39 |     static void failed() { ((Model*)0)->~Model(); }
```

during build with gcc 11.x, more details can be found here:

- boostorg/concept_check#27
- boostorg/concept_check#28
@DeckerSU DeckerSU merged commit 48ad4f6 into static-experimental Nov 16, 2023
1 check passed
@DeckerSU DeckerSU deleted the patch-boost-ignore-wnonnull-gcc11 branch November 16, 2023 06:47
DeckerSU added a commit that referenced this pull request Nov 21, 2023
this patch fixes errors like:

```
include/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer null [-Wnonnull]
   39 |     static void failed() { ((Model*)0)->~Model(); }
```

during build with gcc 11.x, more details can be found here:

- boostorg/concept_check#27
- boostorg/concept_check#28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant