]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add void to empty function parameter 1553/head
authorXiao Bao Clark <xiaobaoclark@gmail.com>
Fri, 16 Oct 2015 11:50:24 +0000 (22:50 +1100)
committerXiao Bao Clark <xiaobaoclark@gmail.com>
Fri, 16 Oct 2015 11:50:24 +0000 (22:50 +1100)
commit8b3a08698c86a94a3943ec941fe35b930046cd25
treee33aff9c7e143ad590eb8c1b53c9cbeda2dbf5d9
parentf2b3d8eb9f550b3b1a8daab5a76b81884fd6e1a9
Add void to empty function parameter

This fixes the gcc warning:

tornado/speedups.c:49:1: warning: function declaration isn’t a prototype
[-Wstrict-prototypes]
 initspeedups() {
 ^
tornado/speedups.c