openFrameworks icon indicating copy to clipboard operation
openFrameworks copied to clipboard

utils/ofThread.h:42:7: warning: 'class ofThread' has virtual functions and accessible non-virtual destructor

Open lvdpower opened this issue 10 months ago • 0 comments

utils/ofThread.h:42:7: warning: 'class ofThread' has virtual functions and accessible non-virtual destructor

appear with "g++ main.cpp ofApp.cpp -std=c++17 -Wall -Wnon-virtual-dtor .... "

It seems necessary to add "virtual ~ofThread() { }

[email protected]

lvdpower avatar Mar 30 '24 20:03 lvdpower