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/llpreprocessor.h | |
parent | 7e645bd42d6e9cf403c4b4b7d7eb070c5bb1ebf3 (diff) |
Re-enable compiler warning C4800 (performance warning)
Diffstat (limited to 'indra/llcommon/llpreprocessor.h')
-rw-r--r-- | indra/llcommon/llpreprocessor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llcommon/llpreprocessor.h b/indra/llcommon/llpreprocessor.h index a54408a852..6b6bd063ab 100644 --- a/indra/llcommon/llpreprocessor.h +++ b/indra/llcommon/llpreprocessor.h @@ -139,7 +139,6 @@ #endif #pragma warning( disable : 4503 ) // 'decorated name length exceeded, name was truncated'. Does not seem to affect compilation. -#pragma warning( disable : 4800 ) // 'BOOL' : forcing value to bool 'true' or 'false' (performance warning) #pragma warning( disable : 4996 ) // warning: deprecated // Linker optimization with "extern template" generates these warnings |