First off - great to see UKKQueue ready for 64 bit (yeah, I'm a bit behind) and using GCD, thanks!
If you turn on the -Wextra compiler warning flag when building VDKQueue, you get a few warnings about semicolons at the end of files (e.g. VDKQueue.m:L54) and about unknown pragmas (e.g. VDKQueue.m:L30,31)
Not a big issue, but would you be able to fix these warnings, just so that things look a little nicer when I build my projects.
Happy to send a pull request if you want
Thanks!
First off - great to see UKKQueue ready for 64 bit (yeah, I'm a bit behind) and using GCD, thanks!
If you turn on the
-Wextracompiler warning flag when building VDKQueue, you get a few warnings about semicolons at the end of files (e.g. VDKQueue.m:L54) and about unknown pragmas (e.g. VDKQueue.m:L30,31)Not a big issue, but would you be able to fix these warnings, just so that things look a little nicer when I build my projects.
Happy to send a pull request if you want
Thanks!