diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2016-12-20 11:44:16 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2016-12-20 11:44:16 -0500 |
commit | 6bc9504248e03d7a290b7a3b440bde8bcc215f68 (patch) | |
tree | fb70d631020553b954e6be532a37119a73c51bcf /indra/newview/llfloaterwhitelistentry.cpp | |
parent | bcb4f2900bba09412e2f3f29ae7b343b6b89dfb3 (diff) |
DRTVWR-418: Rationalize LLPipeline API.
Someone evidently figured every static LLPipeline method should have at least
one void* parameter. There were methods requiring void* parameters that were
completely ignored.
More to the point, there were methods whose callers have a U32 in hand -- and
which want to use a U32 -- but which bizarrely forced callers to cast to void*
just so the method could cast back to U32. In a 64-bit compile, this isn't
merely pointless, it's erroneous. Change all such methods to accept U32;
remove (void*) casts from call sites.
While at it, fix LLPipeline API to use bool, true, false rather than their
obsolete all-caps predecessors. Once you eat that first potato chip... :-P
Diffstat (limited to 'indra/newview/llfloaterwhitelistentry.cpp')
0 files changed, 0 insertions, 0 deletions