disable warnings as erros
Posted: Wed Oct 14, 2020 5:09 am
Hi,
I'm trying to integrate a third party library with the IDF.
When I try to compile I get the following error
I'm looking at cmakelists.txt target_compile_options but I cant find any examples of how to disable the warning
Any help would be appreciated,
Thanks
I'm trying to integrate a third party library with the IDF.
When I try to compile I get the following error
Code: Select all
error: 'func' may be used uninitialized in this function [-Werror=maybe-uninitialized]
Any help would be appreciated,
Thanks