sustrik / libdill

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

Variable initialization and apparent copy/paste error removed. #186

Closed laszlo-kiss closed 3 years ago

laszlo-kiss commented 5 years ago

These are minor alterations. Some variable initialization and some that appear to be copy paste errors. I was using the Xcode build system which was complaining about these.

reqshark commented 5 years ago

under the build settings in Xcode, I would change default

image