diff options
Diffstat (limited to 'indra')
| -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;  | 
