STYLE: spurious #warning emitted in JobInfo

This commit is contained in:
Mark Olesen
2019-11-11 14:32:44 +01:00
committed by Andrew Heather
parent 713595f0c0
commit 9bf48db7fd

View File

@ -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 * * * * * * * * * * * * * //