0

I am trying to run one of the farseer physics samples from http://farseerphysics.codeplex.com/downloads/get/722127. I am still getting these warnings and I don't know why. Any solutions? Errors: https://i.stack.imgur.com/XTvgX.png

John Saunders
  • 160,644
  • 26
  • 247
  • 397
Naxmars
  • 13
  • 6
  • I have edited your title. Please see, "[Should questions include “tags” in their titles?](http://meta.stackexchange.com/questions/19190/)", where the consensus is "no, they should not". – John Saunders Oct 20 '14 at 17:21

1 Answers1

1

By the looks of it these warnings are coming from the Farseer project, which means it was probably coded with these warnings. These warnings suggest that there may be logical errors in the code, but they could also be completely harmless.

The only solution is to go through the warnings one-by-one, and correct them. Of course, if you do that, you should probably work with whoever is maintaining the project to get your changes into the main branch.

Victor Chelaru
  • 4,491
  • 3
  • 35
  • 49