error: 'DEPRECATED' macro redefined

Former Member
Former Member

Hi All,

     I have got he example proejct working fine.  And when I tried to compile the project from UE4 engine also it was working fine. 

This error occurs when I tried to package it for Android. 

fit.hpp(41,13): error: 'DEPRECATED' macro redefined [-Werror,-Wmacro-redefined]
ParallelExecutor.ExecuteActions: #define DEPRECATED(mesg) __attribute__((deprecated(mesg)))

If anyone had already faced this similar issues. Guide me through to resolve it. 

Thanks