summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2011-12-22 17:27:53 -0500
committerNat Goodspeed <nat@lindenlab.com>2011-12-22 17:27:53 -0500
commit29273ffba68d254ce3e6d9939a854c778a377721 (patch)
tree4ef670f64d3318839f48571a8f7c84c854d45e4a /indra/llcommon
parent6ccba8810102cc13def8057a82463c9787b21e57 (diff)
Comment out lookup table used only by commented-out code.
Otherwise the unreferenced declaration causes a fatal warning.
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/tests/llprocesslauncher_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/tests/llprocesslauncher_test.cpp b/indra/llcommon/tests/llprocesslauncher_test.cpp
index bd7666313e..b3e0796191 100644
--- a/indra/llcommon/tests/llprocesslauncher_test.cpp
+++ b/indra/llcommon/tests/llprocesslauncher_test.cpp
@@ -91,6 +91,7 @@ namespace tut
std::string what;
};
+/*==========================================================================*|
#define tabent(symbol) { symbol, #symbol }
static struct ReasonCode
{
@@ -106,6 +107,7 @@ namespace tut
tabent(APR_OC_REASON_RUNNING)
};
#undef tabent
+|*==========================================================================*/
struct WaitInfo
{