all: use void if we really want to make sure we do not accept parameters
authorStefan Schmidt <stefan@osg.samsung.com>
Tue, 6 Dec 2016 13:33:24 +0000 (14:33 +0100)
committerStefan Schmidt <stefan@osg.samsung.com>
Tue, 6 Dec 2016 16:16:24 +0000 (17:16 +0100)
commite90622ec41460165192b98ec2fe1aacda61937bc
treebc3f0fa2ad3856cb2fed947244adaa3662c83db8
parent9d37fa2b8be5abcadaad14a7c4b3fe02afafc0ac
all: use void if we really want to make sure we do not accept parameters

In C we need this to make clear that we really do not accept parameters.
Found by the smatch source code matcher. I had run and fixed this before
but it seems to creep in again over time.
12 files changed:
src/lib/efl/interfaces/efl_model_common.c
src/lib/eina/eina_debug_monitor.c
src/lib/eo/eo_add_fallback.c
src/lib/evas/canvas/evas_canvas3d_eet.c
src/lib/evas/canvas/evas_gl.c
src/lib/evas/common3d/save_load/evas_model_load_save_common.c
src/lib/evas/cserve2/evas_cs2_client.c
src/lib/evas/filters/evas_filter.c
src/lib/evas/main.c
src/modules/evas/model_loaders/obj/evas_model_load_obj.c
src/static_libs/draw/draw_main.c
src/static_libs/draw/draw_main_neon.c