Tool/software: Linux
Hello E2E Community,
I am using CC2538-CC2592 Development module with BBB, I am using the Z-stack Linux Gateway 3.0 Application code.
As per instructions in the "Z-Stack Linux Gateway Developers Guide.pdf" I had Build the application code by running ./build_all script.
I am getting some warnings related to P-THREAD in Trace.c file functions.
will you help me to resolve this issue?..
The logs for trace.c in the ./build_all are given below.
Compiling ./../../srvwrapper/trace.c into trace.o
In file included from ./../../srvwrapper/trace.c:52:0:
./../../srvwrapper/trace.c: In function ‘trace_init_thread’: ./../../srvwrapper/trace.h:198:42: warning: right-hand operand of comma expression has no effect [-Wunused-value]
#define PTHREAD_SETSPECIFIC(A,B) ((A)=(B),0) ~~~~~~~~^~~ ./../../srvwrapper/trace.c:187:3: note: in expansion of macro ‘PTHREAD_SETSPECIFIC’
PTHREAD_SETSPECIFIC(thread_name_key, NULL); ^~~~~~~~~~~~~~~~~~~
Thanks & Regard's
Shiv Patil.