diff options
author | richard <none@none> | 2010-01-15 14:27:55 -0800 |
---|---|---|
committer | richard <none@none> | 2010-01-15 14:27:55 -0800 |
commit | 80bd4fed475113d932a9f8883b39fed69436a7f1 (patch) | |
tree | 45d37eda28abf79b778264841f552c824933d654 /indra/newview/tests/llviewerhelputil_test.cpp | |
parent | e761ba064a2b5960efdfc94bb5baef85a7ec1a0a (diff) | |
parent | a61cf40d815884fe2839ed09a43238cc47efef28 (diff) |
merge
Diffstat (limited to 'indra/newview/tests/llviewerhelputil_test.cpp')
-rw-r--r-- | indra/newview/tests/llviewerhelputil_test.cpp | 3 |
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; |