diff options
author | Rye Mutt <rye@alchemyviewer.org> | 2024-07-28 13:03:25 -0400 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-07-29 08:20:32 +0300 |
commit | c7c7342ed3bc17fcef5b5fe0970859ac753a6639 (patch) | |
tree | fc3d74c71cb45124a334a203def0592799795b18 /indra/llmath | |
parent | 30a859de7e728afd2a93f76a8b5314ac90894ccc (diff) |
Update boost to 1.85 and fix deprecation warnings
Diffstat (limited to 'indra/llmath')
-rw-r--r-- | indra/llmath/v3color.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/llmath/v3color.h b/indra/llmath/v3color.h index 821c17f03d..f7af469e66 100644 --- a/indra/llmath/v3color.h +++ b/indra/llmath/v3color.h @@ -209,10 +209,6 @@ inline LLColor3::LLColor3(const F32 *vec) mV[VBLUE] = vec[VBLUE]; } -#if LL_WINDOWS -# pragma warning( disable : 4996 ) // strncpy teh sux0r -#endif - inline LLColor3::LLColor3(const char* color_string) // takes a string of format "RRGGBB" where RR is hex 00..FF { if (strlen(color_string) < 6) /* Flawfinder: ignore */ |