iokto / newton-dynamics

Automatically exported from code.google.com/p/newton-dynamics
0 stars 0 forks source link

simple compile warning fix #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. include coreLibrary_200/source/core/dgTypes.h
2.
3.

What is the expected output? What do you see instead?
line 711 warning: control reaches end of non-void function

What version of the product are you using? On what operating system?

Please provide any additional information below.
add a "return 0;" at the end of the function. possibly an assert(false); first.
or 
#else
#error
#endif
or similar

Original issue reported on code.google.com by tenof...@gmail.com on 14 May 2011 at 3:57