When compiling certain cpp files for my project I'm getting warnings like this
Compile++ arm : MYAPP <= myfile.cpp
/tmp/cc53K5MQ.s: Assembler messages:
/tmp/cc53K5MQ.s:887: Warning: swp{b} use is deprecated for this architecture
However, there's no any line number given in this warning so I don't know where to look at.
Do you have any idea why I'm getting this warning?