embotech / ecos

A lightweight conic solver for second-order cone programming.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implicit declaration of memcpy in ecos_bb.c

csorvagep opened this issue · comments

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

I can create a PR if needed.

Fixed in PR: #191