Hello All,
With the latest (as of 9/29/2017) code base, when I build using IAR compiler, I now get the following warning (over 50 times).
Warning[Pa084]: pointless integer comparison, the result is always true \src\core\thread\thread_tlvs.hpp 487
child_supervision.cpp
Warning points to :
bool IsValid(void) const { return GetLength() <= sizeof(*this) - sizeof(ThreadTlv); }
Would any think this is a concern? Or maybe I am missing some compiler switch that the linux/gcc tools have enabled?
Thanks a bunch,
-mike