-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
call to __builtin__strncat_chk might overflow destination butter #7
Comments
Sorry for the delay, I need to checkout how to compile without no-warning flag. |
Unfortunately I do not have time to work on AlsaJsonGateway. I'm currently working on the Audio Advance (AGL) Architecture for Automotive Grade Linux and have no bandwidth for anything else. On the long run my goal it to replace AlsaJsonGateway with AGL audio stack, but I doubt that I will start this before the end of 2017. Sorry. |
Hi Thank's again for the work you've done allready. |
@wstephan : you can have a look at https://github.com/x42/scarlett-mixer |
:-) Thanks! |
I am getting this with fresh checkout (ubuntu 16.04, gcc 5.4.0):
The workaround is to call
./configure CFLAGS=-Wno-error
.The text was updated successfully, but these errors were encountered: