mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: spurious #warning emitted in JobInfo
This commit is contained in:
committed by
Andrew Heather
parent
713595f0c0
commit
9bf48db7fd
@ -38,9 +38,9 @@ License
|
||||
|
||||
#ifndef FOAM_RESOURCE_USER_CONFIG_DIRNAME
|
||||
#define FOAM_RESOURCE_USER_CONFIG_DIRNAME ".OpenFOAM"
|
||||
#elif defined FULLDEBUG
|
||||
#warning FOAM_RESOURCE_USER_CONFIG_DIRNAME \
|
||||
is undefined (was this intentional?)
|
||||
#ifdef FULLDEBUG
|
||||
#warning FOAM_RESOURCE_USER_CONFIG_DIRNAME was undefined (now ".OpenFOAM")
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
||||
|
||||
Reference in New Issue
Block a user