You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
c-blosc/blosc/shuffle.c:26:15: error: ‘bool’ cannot be defined via ‘typedef’
26 | typedef _Bool bool;
| ^~~~
c-blosc/blosc/shuffle.c:26:15: note: ‘bool’ is a keyword with ‘-std=c23’ onwards
c-blosc/blosc/shuffle.c:26:1: warning: useless type name in empty declaration
26 | typedef _Bool bool;
| ^~~~~~~