liuq / QuadProgpp

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

Fix warnings from compilation #9

Closed hlindberg closed 6 years ago

hlindberg commented 6 years ago

This fixes warnings when compiling QuadProgpp.

I manually tested the "main" before and after these changes and the output is identical. There were no other tests to execute.

liuq commented 6 years ago

Thanks for your contribution.