diff options
author | Ansariel <ansariel.hiller@phoenixviewer.com> | 2024-05-30 13:11:50 +0200 |
---|---|---|
committer | Ansariel <ansariel.hiller@phoenixviewer.com> | 2024-05-30 13:11:50 +0200 |
commit | c082f6f67a6dcd3437d1f2413932fef8cdf7de07 (patch) | |
tree | cdbf77c91e96bc9d02b74c0f74b4bea8a641be70 /indra/llcommon/lluuid.h | |
parent | 7e645bd42d6e9cf403c4b4b7d7eb070c5bb1ebf3 (diff) |
Re-enable compiler warning C4800 (performance warning)
Diffstat (limited to 'indra/llcommon/lluuid.h')
-rw-r--r-- | indra/llcommon/lluuid.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llcommon/lluuid.h b/indra/llcommon/lluuid.h index 68c4b05fdc..b382d6b3f9 100644 --- a/indra/llcommon/lluuid.h +++ b/indra/llcommon/lluuid.h @@ -82,8 +82,6 @@ public: // to integers, among other things. Use isNull() or notNull(). // operator bool() const; - // JC: These must return real bool's (not BOOLs) or else use of the STL - // will generate bool-to-int performance warnings. bool operator==(const LLUUID &rhs) const; bool operator!=(const LLUUID &rhs) const; bool operator<(const LLUUID &rhs) const; |