Remove warnings from the idf.cmake?
Posted: Wed Nov 09, 2022 7:29 am
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
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