eina: fix warning if EINA_SAFETY_CHECKS is disabled
authorPrince Kumar Dubey <prince.dubey@samsung.com>
Mon, 16 Oct 2017 20:36:09 +0000 (13:36 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Mon, 16 Oct 2017 20:36:12 +0000 (13:36 -0700)
commit030a3448fb0b4c075cafe359a15c4dec6933e3c8
tree862f3270568675bd7e05614dc0f515a3f90467cb
parent284276b2ece07c605e49f5432bf2dac7ad80bcaa
eina: fix warning if EINA_SAFETY_CHECKS is disabled

Summary:
Putting local variable "d" under preprocessor flag "EINA_SAFETY_CHECKS" to avoid below warning, if "EINA_SAFETY_CHECKS" is disabled.
        1. local variable "d" is assigned but not used.
        2. If warning 1 is resolved then variable "d" will be unused.

Reviewers: raster, cedric

Reviewed By: cedric

Subscribers: jpeg, rajeshps

Differential Revision: https://phab.enlightenment.org/D5321

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/eina/eina_log.c