Merge pull request #83 from filnet/warnings

Fixed various compilation warnings on msys2
This commit is contained in:
OpenSceneGraph git repository
2016-06-14 08:52:54 +01:00
committed by GitHub
5 changed files with 11 additions and 6 deletions

View File

@@ -16,7 +16,7 @@
* THE SOFTWARE.
*/
#ifdef WIN32
#if defined(WIN32) && !(defined(__CYGWIN__) || defined(__MINGW32__))
/////////////////////////////////////////////////////////////////////////////
// Disable unavoidable warning messages: