Craft
Craft copied to clipboard
code inconsistency that do not bother gcc :)
https://github.com/fogleman/Craft/search?q=db_worker_start
Hmm, the argument gets passed on as arg to db_worker_run() but then isn't used at all.
IMO the function can be safely changed to db_worker_start(void).