sustrik / libdill

Structured concurrency in C
MIT License
1.68k stars 156 forks source link

Fix compilation for gcc 9.1.0 #197

Closed adel-mamin closed 3 years ago

adel-mamin commented 5 years ago

The PR is supposed to address the issue https://github.com/sustrik/libdill/issues/191 Tested with:

> gcc --version
gcc (GCC) 9.1.0
intika commented 5 years ago

a check on the gcc version would be a nicer solution (this indeed will fix v9+ but will break the rest)

Ruk33 commented 3 years ago

Thanks @adel-mamin , this works great. Why hasn't this been merged yet? :\