rg_etc: use void to force empty function parameters
authorStefan Schmidt <stefan@osg.samsung.com>
Thu, 26 Nov 2015 16:27:01 +0000 (17:27 +0100)
committerStefan Schmidt <stefan@osg.samsung.com>
Thu, 26 Nov 2015 16:27:01 +0000 (17:27 +0100)
commit7b86b1c374612aba09b646a647208577918cfeec
tree59ed8dfb9d973e4fe4d0be77a2c1e199df55e95c
parentbc5c239d2d40d6fd5fff01dfaa38ca6ab68fd217
rg_etc: use void to force empty function parameters

We have to use void in a function declaration if we want no function
parameters. Using just empty parenthesis means the function takes an
unspecified number of parameters.

We had it correct for most declarations and this series fixes it for
the rest.
src/static_libs/rg_etc/rg_etc1.h