evas_extn: Tag parameter as unused.
authorStefan Schmidt <s.schmidt@samsung.com>
Tue, 26 Mar 2013 08:47:54 +0000 (08:47 +0000)
committerStefan Schmidt <s.schmidt@samsung.com>
Tue, 26 Mar 2013 09:36:09 +0000 (09:36 +0000)
commitd0483d3ddeda965283c73fbd1903d0990ce77f79
tree9a1d501432d032a42c8cc76b7d33dc3486f7393c
parentf254edbaedb481d5893420572687e341f789f2bf
evas_extn: Tag parameter as unused.

Maybe we should switch to use -Wno-unused-parameter in our default cflags?
I mean unused parameters are really common and I do not see their harm.

Using -Wno-unused-parameter would let us remove all the cluttered EINA_UNUSED
and __UNUSED__ and also be safe when a paramter gets is use later as the
compiler could optimize it out when tagged with unused. Still we would avoid
the warnings to find the important ones.
src/modules/ecore_evas/engines/extn/ecore_evas_extn.c