Branch: refs/heads/master Home: https://github.com/OpenAMP/libmetal Commit: c4c1d0e5341dd920ab45842b170b8526d9a5c029 https://github.com/OpenAMP/libmetal/commit/c4c1d0e5341dd920ab45842b170b8526d... Author: Arnaud Pouliquen arnaud.pouliquen@st.com Date: 2020-10-12 (Mon, 12 Oct 2020)
Changed paths: M lib/compiler/gcc/compiler.h M lib/compiler/iar/compiler.h
Log Message: ----------- compiler: introduce __deprecated attribute
Define the __deprecated attribute to allow to generate a warning message on compilation when an API is declared as deprecated. This warning can be cleaned by adding -Wno-deprecated-declarations in CMAKE_C_FLAGS flags
Signed-off-by: Arnaud Pouliquen arnaud.pouliquen@st.com
openamp-rp@lists.openampproject.org