Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning issues while compiling avian in OSX #503

Open
teras opened this issue Sep 22, 2016 · 0 comments
Open

Warning issues while compiling avian in OSX #503

teras opened this issue Sep 22, 2016 · 0 comments

Comments

@teras
Copy link
Contributor

teras commented Sep 22, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant