Open
Description
The following variable appears to be unused:
Line 549 in 400e6dd
For context, I work on libc++ and we are considering enabling the unused variable warnings for some standard library types, including std::string
. This produces a warning on your project and could potentially break some of the users (if they compile with warnings as errors), so we wanted to give you an early heads-up. The fix appears to be straightforward.
Metadata
Assignees
Labels
No labels