diff options
author | Lynx Linden <lynx@lindenlab.com> | 2010-01-15 19:25:42 +0000 |
---|---|---|
committer | Lynx Linden <lynx@lindenlab.com> | 2010-01-15 19:25:42 +0000 |
commit | 988cc62d3026680362b76e017a441f40b9cedc6d (patch) | |
tree | ac31fd5b34fc24ba5015692a4b4468fa6a400e1d /indra/llcommon/lllistenerwrapper.h | |
parent | 5c09d482a47a8894ebebc9d3c8053b25a280f58e (diff) |
EXT-4340: Fixed llviewerhelputil_test.cpp on Linux.
The gcc compiler will strip out the stubbed isGodlike() method under
an optimized build. There's no way to stop this without either putting
the definition in another cpp file, which is hard to do with our unit
test infrastructure, or disabling gcc's inlining of the method. So I
did the latter, using __attribute__ ((noinline).
Diffstat (limited to 'indra/llcommon/lllistenerwrapper.h')
0 files changed, 0 insertions, 0 deletions