fogleman / Craft

A simple Minecraft clone written in C using modern OpenGL (shaders).
http://www.michaelfogleman.com/craft/
MIT License
10.39k stars 1.39k forks source link

code inconsistency that do not bother gcc :) #193

Open tothpaul opened 6 years ago

tothpaul commented 6 years ago

https://github.com/fogleman/Craft/search?q=db_worker_start

ghost commented 6 years ago

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).