> -----Original Message----- > From: [email protected] <[email protected]> > Sent: Monday, August 16, 2021 4:19 PM > To: John McNamara <[email protected]>; Ian Betts > <[email protected]>; Tomasz Kulasek <[email protected]> > Cc: [email protected]; NBU-Contact-Thomas Monjalon > <[email protected]>; [email protected]; > [email protected]; Jerin Jacob <[email protected]>; Ali > Alnubani <[email protected]> > Subject: [PATCH] examples/performance-thread: fix build issue with clang > 12.0.1 > > From: Jerin Jacob <[email protected]> > > In clang 12.0.1 version, the use of pthread_yield() deprecated, use > sched_yield() instead. > > log: > > Compiling C object > examples/dpdk-pthread_shim.p/performance- > thread_pthread_shim_main.c.o > ../examples/performance-thread/pthread_shim/main.c: In function > 'helloworld_pthread': > ../examples/performance-thread/pthread_shim/main.c:75:9: warning: > 'pthread_yield' is deprecated: pthread_yield is deprecated, use sched_yield > instead [-Wdeprecated-declarations] > > Fixes: 433ba6228f9a ("examples/performance-thread: add pthread_shim > app") > > Bugzilla ID: 745 > > Cc: [email protected] > > Signed-off-by: Jerin Jacob <[email protected]> > ---
I think this issue might be specific to Fedora Rawhide's build of clang 12.0.1, see my comment in the ticket: https://bugs.dpdk.org/show_bug.cgi?id=745#c3 Tested-by: Ali Alnubani <[email protected]> Thanks Jerin. Ali

