I am getting following error in yocto :
error: unused variable 'array' [-Werror=unused-variable]
But I want to suppress it. How can I do that in yocto recipe? What exactly I should write in recipe?
I am getting following error in yocto :
error: unused variable 'array' [-Werror=unused-variable]
But I want to suppress it. How can I do that in yocto recipe? What exactly I should write in recipe?