]> git.sur5r.net Git - i3/i3status/commit
Use (void) instead of () for functions without args (Thanks fernandotcl)
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 7 May 2012 06:27:28 +0000 (08:27 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 7 May 2012 06:28:04 +0000 (08:28 +0200)
commit4ddd115af8e6247788c78dc3630d37f2f4493e03
tree4f73a046fcbcafb746bfa10e67be1995474602cc
parent6b447f7f1be3e53129756b51501f469e60820334
Use (void) instead of () for functions without args (Thanks fernandotcl)

See also:
http://article.gmane.org/gmane.linux.kernel/1268792

The C compiler will handle (void) as "no arguments" and () as "variadic
function" (equivalent to (...)) which might lead to subtle errors.
i3status.c
src/auto_detect_format.c
src/output.c
src/print_ipv6_addr.c