embotech / ecos

A lightweight conic solver for second-order cone programming.
GNU General Public License v3.0
479 stars 123 forks source link

Implicit declaration of memcpy in ecos_bb.c #197

Closed csorvagep closed 3 years ago

csorvagep commented 3 years ago

Gcc 9.3.0 warns about this problem. Probably an #include is missing. The linker usually finds this, but still.

I can create a PR if needed.

csorvagep commented 3 years ago

Fixed in PR: https://github.com/embotech/ecos/pull/191