Page 1 of 1

Remove warnings from the idf.cmake?

Posted: Wed Nov 09, 2022 7:29 am
by ThomasBit
Hi

I build the components from my own cmake for my application by including it with include($ENV{IDF_PATH}/tools/cmake/idf.cmake) in my cmake file.

There are some warnings generated when I build I would like to suppress those warnings.

I dont want to change anything in the ESP-IDF tool chain.

Is this possible to remove the C warnings from my own Cmake file just for the ESP-IDF build?

Thomas

Re: Remove warnings from the idf.cmake?

Posted: Mon Jan 29, 2024 2:59 am
by natee.th
Have you found the method yet? I'm wanting to do it like you. Can you give me some advice?