fulup-bzh / AlsaJsonGateway

HTTP REST/JSON Gateway to ALSA mixer service for HTML5 UI
53 stars 5 forks source link

issue with make #9

Closed disasterman573 closed 7 years ago

disasterman573 commented 7 years ago

Hello and thanks for the work you do on this! I am getting an error in attempting to make the the file. Please see the following:

In function ‘strncat’, inlined from ‘alsaFakeResponse.isra.0’ at alsa-ajg.c:60:12: /usr/include/x86_64-linux-gnu/bits/string3.h:156:10: error: call to builtin___strncat_chk might overflow destination buffer [-Werror] return builtin_strncat_chk (dest, src, len, bos (dest));

fulup-bzh commented 7 years ago

Thank you or your comment. What you describe is only a warning in the fake mode and the the priority to fix this remains weak.

You might also be interested to known that I'm currently working on https://github.com/iotbzh/audio-bindings while this project is not finish yet, it already does more than AlsaJsonGateway. If you're interested in using AlsaJsonGateway for a project I would recomment to switch to audio-bindings that is far more advanced.