diff options
author | Aaron Terrell (Enus) <enus@lindenlab.com> | 2010-08-24 19:52:45 -0700 |
---|---|---|
committer | Aaron Terrell (Enus) <enus@lindenlab.com> | 2010-08-24 19:52:45 -0700 |
commit | 559ded407de578ae7c8167650fc728e2f3755ffa (patch) | |
tree | 1ca074d3cfa2bb0378008f085f92d5fe130a8b52 /indra/test | |
parent | 9c24f2197403dd3c7f6ca6631ef446e4fb426511 (diff) |
commenting out object delete as windows builds are complaining: '[LogScan] e:\w-enus_viewer-tut-teamcity\latest\indra\test\test.cpp(466) : error C2220: warning treated as error - no 'object' file generated [LogScan] e:\w-enus_viewer-tut-teamcity\latest\indra\test\test.cpp(466) : warning C4702: unreachable code'
Diffstat (limited to 'indra/test')
-rw-r--r-- | indra/test/test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/test/test.cpp b/indra/test/test.cpp index 2cc1b075ca..972c399994 100644 --- a/indra/test/test.cpp +++ b/indra/test/test.cpp @@ -463,5 +463,5 @@ int main(int argc, char **argv) int retval = (success ? 0 : 1); return retval; - delete mycallback; + //delete mycallback; } |