summaryrefslogtreecommitdiff
path: root/indra/newview/tests/llviewerhelputil_test.cpp
diff options
context:
space:
mode:
authorrichard <none@none>2010-01-15 14:27:55 -0800
committerrichard <none@none>2010-01-15 14:27:55 -0800
commit80bd4fed475113d932a9f8883b39fed69436a7f1 (patch)
tree45d37eda28abf79b778264841f552c824933d654 /indra/newview/tests/llviewerhelputil_test.cpp
parente761ba064a2b5960efdfc94bb5baef85a7ec1a0a (diff)
parenta61cf40d815884fe2839ed09a43238cc47efef28 (diff)
merge
Diffstat (limited to 'indra/newview/tests/llviewerhelputil_test.cpp')
-rw-r--r--indra/newview/tests/llviewerhelputil_test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/tests/llviewerhelputil_test.cpp b/indra/newview/tests/llviewerhelputil_test.cpp
index d7dd199722..297d98ad8d 100644
--- a/indra/newview/tests/llviewerhelputil_test.cpp
+++ b/indra/newview/tests/llviewerhelputil_test.cpp
@@ -83,6 +83,9 @@ class LLAgent
public:
LLAgent() {}
~LLAgent() {}
+#ifdef __GNUC__
+ __attribute__ ((noinline))
+#endif
BOOL isGodlike() const { return FALSE; }
private:
int dummy;