Zap compiler warning.
Modified Files: src/Main/options.cxx
This commit is contained in:
parent
3efab8ddb8
commit
ff2e5d5999
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ void
|
||||||
fgSetDefaults ()
|
fgSetDefaults ()
|
||||||
{
|
{
|
||||||
// set a possibly independent location for scenery data
|
// set a possibly independent location for scenery data
|
||||||
char *envp = ::getenv( "FG_SCENERY" );
|
const char *envp = ::getenv( "FG_SCENERY" );
|
||||||
|
|
||||||
if ( envp != NULL ) {
|
if ( envp != NULL ) {
|
||||||
// fg_root could be anywhere, so default to environmental
|
// fg_root could be anywhere, so default to environmental
|
||||||
|
|
Loading…
Add table
Reference in a new issue