diff options
author | Jacek Antonelli | 2011-04-18 02:16:56 -0500 |
---|---|---|
committer | Jacek Antonelli | 2011-04-18 02:16:56 -0500 |
commit | 8ddc97a69fd635dc6596e3470db0120e2af43fa6 (patch) | |
tree | b291455232036f861784b8d9e68c7a2aa85b1471 /linden/indra/newview/llcolorscheme.cpp | |
parent | Updated the default_grids.xml entry for InWorldz (and fixed the capitalization) (diff) | |
download | meta-impy-8ddc97a69fd635dc6596e3470db0120e2af43fa6.zip meta-impy-8ddc97a69fd635dc6596e3470db0120e2af43fa6.tar.gz meta-impy-8ddc97a69fd635dc6596e3470db0120e2af43fa6.tar.bz2 meta-impy-8ddc97a69fd635dc6596e3470db0120e2af43fa6.tar.xz |
Fixed a GCC warning in LLFloaterInspect, related to nested templates.
The '>>' in the code 'std::map<LLUUID, std::pair<S32, S32>>' could
mean bitwise right shift. Using '> >' is unambiguous/better.
Full warning message was:
cc1plus: warnings being treated as errors
In file included from /home/jacek/imprudence/linden/indra/newview/llfloaterinspect.cpp:35:
/home/jacek/imprudence/linden/indra/newview/llfloaterinspect.h:78: error: ‘>>’ operator will be treated as two right angle brackets in C++0x
/home/jacek/imprudence/linden/indra/newview/llfloaterinspect.h:78: error: suggest parentheses around ‘>>’ expression
Diffstat (limited to 'linden/indra/newview/llcolorscheme.cpp')
0 files changed, 0 insertions, 0 deletions