liuq / QuadProgpp

A C++ library for Quadratic Programming which implements the Goldfarb-Idnani active-set dual method.
MIT License
283 stars 88 forks source link

fix warning: "conversion from string literal to 'char *' is deprecated" #6

Closed dyollb closed 6 years ago

MatthewPeterKelly commented 6 years ago

This looks like a good change.

liuq commented 6 years ago

Thanks a lot for the PR!