Skip to content

Conversation

@robUx4
Copy link

@robUx4 robUx4 commented Feb 25, 2022

I get this error when compiling

error: assignment to 'snd_config_t **' {aka 'struct _snd_config **'} from incompatible pointer type 'snd_config_t *' {aka 'struct _snd_config *'} [-Werror=incompatible-pointer-types]
|         top = (snd_config_t*)1;
|             ^

I get this error when compiling

```
error: assignment to 'snd_config_t **' {aka 'struct _snd_config **'} from incompatible pointer type 'snd_config_t *' {aka 'struct _snd_config *'} [-Werror=incompatible-pointer-types]
|         top = (snd_config_t*)1;
|             ^
```
vlc-mirrorer pushed a commit to videolan/vlc that referenced this pull request Dec 12, 2022
The code has been submitted upstream [1], but no feedback so far.

[1] tiwai/salsa-lib#2
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

Successfully merging this pull request may close these issues.

1 participant