Fixed build when OSG_ENVVAR_SUPPORTED is disabled and quietened down warnings using OSG_UNUSED* macros
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user