]> git.sur5r.net Git - i3/i3lock/commit
Use (void) instead of () for functions without args (Thanks fernandotcl)
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 1 Apr 2012 10:28:28 +0000 (12:28 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 1 Apr 2012 10:28:28 +0000 (12:28 +0200)
commitdc2b6e5f3985354d42ea015afc15be2258d6b660
tree744e51a3e7794d372f1e541b6b09af1af63b3d3c
parent3c2436cb71cf37fe4f12eb6b1ccbbe3393ade2b1
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, such
as the one which was fixed with commit 0ea64ae4.
i3lock.c
unlock_indicator.c
unlock_indicator.h
xinerama.c
xinerama.h