summaryrefslogtreecommitdiff
path: root/indra/mac_updater
diff options
context:
space:
mode:
authorLynx Linden <lynx@lindenlab.com>2010-01-15 19:25:42 +0000
committerLynx Linden <lynx@lindenlab.com>2010-01-15 19:25:42 +0000
commit988cc62d3026680362b76e017a441f40b9cedc6d (patch)
treeac31fd5b34fc24ba5015692a4b4468fa6a400e1d /indra/mac_updater
parent5c09d482a47a8894ebebc9d3c8053b25a280f58e (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/mac_updater')
0 files changed, 0 insertions, 0 deletions