Re: [Interest] Klocwork error in Qt5 concurrentwrapper

2020-05-31 Thread Ramakanth Kesireddy
Thanks for your mail. Basically Klocwork categories the severity as error mentioning void function returns value under CODE VOIDRET pointing to the below function in qtconcurrentfunctionwrappers.h as the cause of error severity. Best Regards, Ramakanth On Sun, 31 May, 2020, 12:02 Thiago Macieira

Re: [Interest] Klocwork error in Qt5 concurrentwrapper

2020-05-30 Thread Thiago Macieira
On Saturday, 30 May 2020 11:03:57 PDT Ramakanth Kesireddy wrote: > Void function returns value VOIDRET pointing to the below code in > qtbase/src/concurrent/qtconcurrentfunctionwrappers.h. > > template > inline void operator()(C &c, U &&u) const > { > return c.push_back(u); >

[Interest] Klocwork error in Qt5 concurrentwrapper

2020-05-30 Thread Ramakanth Kesireddy
Hi , Below is the Klocwork error thrown while using Qt5 with the application code: Void function returns value VOIDRET pointing to the below code in qtbase/src/concurrent/qtconcurrentfunctionwrappers.h. template inline void operator()(C &c, U &&u) const { return c.push_back(u);