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

Illegal indirection (C2100 ) compiler error in 3rdParty/choc/audio/choc_SampleBuffers.h #70

Open
Jaytheway opened this issue Jul 27, 2021 · 0 comments

Comments

@Jaytheway
Copy link

Jaytheway commented Jul 27, 2021

Hi, visual studio spits out this error in reference to this line:

auto allocated = new void*[1];

It's not the case in choc repo:

if (size.numChannels == 0)
{
    void** allocated = new void*[1];
    *allocated = allocated;
    return { reinterpret_cast<SampleType* const*> (allocated), 0 };
}
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

1 participant