- Commit
- 9d3898848eab2e33487de2f12b08a5fc8b3bd62e
- Parent
- 1ff180e23cc38ae82f30615e12b07e98f0794676
- Author
- Saleem Abdulrasool <compnerd@compnerd.org>
- Date
fix -Wconst-qual warning
The string literal being assigned is const, but the assignment looses the constness of this string. This enables building with `/Zc:strictString` with MSVC as well.