evas gl_common: use void to force empty function parameters
authorStefan Schmidt <stefan@osg.samsung.com>
Thu, 26 Nov 2015 16:26:07 +0000 (17:26 +0100)
committerStefan Schmidt <stefan@osg.samsung.com>
Thu, 26 Nov 2015 16:26:07 +0000 (17:26 +0100)
commite99dbd1dbb704b3ce039cd0f996d0d92a61f74ef
tree9ef19222a696cd3aa31b4a1cdececd4108e5b0aa
parent043cfaa33be21585031bceaedbf5496bd15d3cc6
evas gl_common: 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/modules/evas/engines/gl_common/evas_gl_core.h