You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling avian in OSX, the following warnings appear:
compiling build/ios-x86_64-bootimage/machine.o
src/machine.cpp:3381:3: warning: all paths through this function will call itself [-Winfinite-recursion]
{
^
1 warning generated.
...
compiling build/ios-x86_64-bootimage/compile.o
src/compile.cpp:9227:5: warning: destructor called on non-final '(anonymous namespace)::local::MyProcessor' that has virtual functions but
non-virtual destructor [-Wdelete-non-virtual-dtor]
this->~MyProcessor();
^
src/compile.cpp:9227:11: note: qualify call to silence this warning
this->~MyProcessor();
^
(anonymous namespace)::local::MyProcessor::
1 warning generated.
It seems that these warnings are non-fatal, and can be silenced, but since sometimes just silencing them might hide a potentional problem, I would prefer to report it here.
The text was updated successfully, but these errors were encountered:
When compiling avian in OSX, the following warnings appear:
It seems that these warnings are non-fatal, and can be silenced, but since sometimes just silencing them might hide a potentional problem, I would prefer to report it here.
The text was updated successfully, but these errors were encountered: