Closed andrew-elder closed 2 years ago
Thanks I'll take a look tomorrow. Unfortunately I didn't add the dockerfiles to this repo, easier to get a stable dev env 😜 Will fix this as well!
Hum that's weird, I don't have any issue when building from the docker env, same compiler version (gcc (Ubuntu 11.2.0-7ubuntu2) 11.2.0
), no warning whatsoever.
I guess the simplest solution would be to fix the actual error, can you try on your system to insert "%s"
as second parameter to the wprintw
call?
@christophe-calmejane - that suggestion worked, thanks. Do you want me to make a branch and merge request, or do you just want to make the change?
Please do, it's always good to have many contributors to a projet ;)
@christophe-calmejane - I seem to have a permissions issue
git push origin fix-build
ERROR: Permission to L-Acoustics/avdecc.git denied to andrew-elder.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Yes, actually on github the correct procedure is to make a fork on your own github space, and make a PR from there.
PR created.
Thanks
I'm seeing compile errors...
using branch dev
I can add -Werror=format-security to the cmake file is that is the recommended fix.