From 35862b86bd4144b11fbd30eb6e175e89509c71ed Mon Sep 17 00:00:00 2001 From: James Cook Date: Fri, 18 Dec 2009 08:43:00 -0800 Subject: Remove inline llwarns to cut out some linker bloat. --- indra/llmath/xform.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'indra/llmath/xform.cpp') diff --git a/indra/llmath/xform.cpp b/indra/llmath/xform.cpp index ce6f756ab9..7a8b0cf6a3 100644 --- a/indra/llmath/xform.cpp +++ b/indra/llmath/xform.cpp @@ -42,6 +42,11 @@ LLXform::~LLXform() { } +// Link optimization - don't inline these llwarns +void LLXform::warn(const char* const msg) +{ + llwarns << msg << llendl; +} LLXform* LLXform::getRoot() const { -- cgit v1.2.3