Skip to content
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

Syntax Error on line 325 of gs_audio.c #8

Closed
gusg21 opened this issue Oct 27, 2020 · 1 comment
Closed

Syntax Error on line 325 of gs_audio.c #8

gusg21 opened this issue Oct 27, 2020 · 1 comment

Comments

@gusg21
Copy link
Contributor

gusg21 commented Oct 27, 2020

The line
gs_audio_instance_data_t data = {};
doesn't compile on Microsoft (R) C/C++ Optimizing Compiler Version 19.26.28805 for x64. It should be
gs_audio_instance_data_t data = {0};

@MrFrenik
Copy link
Owner

Fixed in commit: 38a5223

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants