Fixed build when OSG_ENVVAR_SUPPORTED is disabled and quietened down warnings using OSG_UNUSED* macros

This commit is contained in:
Robert Osfield
2018-05-10 18:58:29 +01:00
parent b1daa6a693
commit be363ef8d4
3 changed files with 22 additions and 1 deletions

View File

@@ -33,6 +33,8 @@ int osg_system(const char* command)
#else // use tranditional C sysmtem call for osg_system implementation
#include <stdlib.h>
int osg_system(const char* command)
{
return system(command);