You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The following variable appears to be unused:
docopt.cpp/docopt_private.h
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.The text was updated successfully, but these errors were encountered: