appleclang-12 warning: unknown warning group '-Wdeprecated-copy'
Open
- Dominant language
- C++
- Stars
- 23
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
In file boost/proto/expr.hpp:
```
boost/proto/expr.hpp:140:44: error: unknown warning group '-Wdeprecated-copy', ignored [-Werror,-Wunknown-warning-option]
#pragma GCC diagnostic ignored "-Wdeprecated-copy"
^
1 error generated.
```
Related to #22, #24.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in boost/proto/expr.hpp at line 140 and inspect the GCC diagnostic pragma that triggers the AppleClang 12 error. Review related issues #22 and #24, then verify that the relevant build no longer fails with -Werror and -Wunknown-warning-option.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- compilers
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100